"Fossies" - the Fresh Open Source Software Archive

Member "tcshrc/doc/Makefile" (24 Jan 2009, 469 Bytes) of package /linux/privat/old/tcshrc-1.6.2.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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)