[Phpslash-commit] CVS: phpslash-dev/doc/html Makefile,1.3,1.4
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-11-23 16:01:07
|
Update of /cvsroot/phpslash/phpslash-dev/doc/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19806 Modified Files: Makefile Log Message: no need to move anyfiles from this directory Index: Makefile =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/doc/html/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 11 Nov 2004 19:35:23 -0000 1.3 --- Makefile 23 Nov 2004 16:00:56 -0000 1.4 *************** *** 28,32 **** # sgml2html -s 0 $(master) linuxdoc -B html -s 0 $(master) ! mv *.html single/ # Make separate html files --- 28,32 ---- # sgml2html -s 0 $(master) linuxdoc -B html -s 0 $(master) ! #mv *.html single/ # Make separate html files *************** *** 40,44 **** sgml2rtf $(master) # linuxdoc -B rtf $(master) ! mv *.rtf single/ pdf : $(master) --- 40,44 ---- sgml2rtf $(master) # linuxdoc -B rtf $(master) ! #mv *.rtf single/ pdf : $(master) *************** *** 48,52 **** # rm single/$(master) linuxdoc -B latex -o pdf $(master) ! mv *.pdf single/ # Make a text version too --- 48,52 ---- # rm single/$(master) linuxdoc -B latex -o pdf $(master) ! #mv *.pdf single/ # Make a text version too *************** *** 55,59 **** # sgml2txt $(master) linuxdoc -B txt $(master) ! mv *.txt single/ clean : @echo "----------- Removing all generated docs" --- 55,59 ---- # sgml2txt $(master) linuxdoc -B txt $(master) ! #mv *.txt single/ clean : @echo "----------- Removing all generated docs" |