From: stephan b. <sg...@us...> - 2004-12-24 04:28:59
|
Update of /cvsroot/pclasses/pclasses2/doc/manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv881/doc/manual Modified Files: Makefile.toc Log Message: Now only does lyx exports when explicitely told to. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/doc/manual/Makefile.toc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.toc 24 Dec 2004 01:11:38 -0000 1.1 +++ Makefile.toc 24 Dec 2004 04:28:50 -0000 1.2 @@ -19,7 +19,8 @@ done include $(TOC_MAKESDIR)/LYX_EXPORT.make CLEAN_FILES += $(wildcard *.html *.pdf *.ps) -docs: LYX_EXPORT +docs: + @echo "Run the LYX_EXPORT target to export the lyx files." else docs: @echo "If you will install lyx and reconfigure you can build the documentation." |