# This is written by Linus TEXI2HTML = /users/ture/bin/sh/texi2html all: socialaspects socialaspects.html socialaspects.dvi socialaspects: socialaspects.texinfo makeinfo socialaspects.texinfo socialaspects.html: socialaspects.texinfo $(TEXI2HTML) socialaspects.texinfo socialaspects.dvi: socialaspects.texinfo tex socialaspects.texinfo for file in socialaspects.?? socialaspects.???; do \ if test -f $$file -a ! -s $$file ; then rm $$file; fi \ done clean: rm -f core *~ socialaspects socialaspects*.html rm -f socialaspects.?? socialaspects.???