1 ############################################################################# 2 ## 3 ## Makefile 2Sep2001, Simos Xenitellis (simos@hellug.gr) 4 ## 5 6 ## This is the makefile, part of the TCSHRC project 7 ## at http://tcshrc.sourceforge.net 8 9 FILE=tcshrc 10 11 all: 12 db2dvi $(FILE).sgml 13 dvipdf $(FILE).dvi 14 db2ps $(FILE).sgml 15 db2html $(FILE).sgml 16 17 clean: 18 rm -fr $(FILE).dvi 19 rm -fr $(FILE).ps 20 rm -fr $(FILE).pdf 21 rm -fr $(FILE).junk 22 rm -fr $(FILE).tex 23 rm -fr $(FILE)