From: Elio C. G. <el...@us...> - 2004-09-15 17:47:30
|
Update of /cvsroot/davinci/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28914 Modified Files: Makefile Log Message: Updated to new file names Index: Makefile =================================================================== RCS file: /cvsroot/davinci/docs/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 15 Sep 2004 03:53:47 -0000 1.2 --- Makefile 15 Sep 2004 17:47:21 -0000 1.3 *************** *** 7,14 **** # Add here the names of the html documents you want to make ! HTMLDOCS=AboutPlugins.html MasterPlan.html # Add here the names of the PDF documents you want to make ! PDFDOCS=AboutPlugins.pdf MasterPlan.pdf # Add here the names of the manpages you want to make --- 7,14 ---- # Add here the names of the html documents you want to make ! HTMLDOCS=about-plugins.html master-plan.html # Add here the names of the PDF documents you want to make ! PDFDOCS=about-plugins.pdf master-plan.pdf # Add here the names of the manpages you want to make |