From: Fred L. D. <fd...@us...> - 2001-07-08 01:41:47
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv25964 Modified Files: Makefile Log Message: Add a hint about how to generate the HTML so that the icons will be placed so they'll even work with the Web server at SourceForge. ;-) Index: Makefile =================================================================== RCS file: /cvsroot/py-howto/pyhowto/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Makefile 2000/11/23 08:03:35 1.5 --- Makefile 2001/07/08 01:41:44 1.6 *************** *** 35,39 **** % : %.tex ! $(MKHOWTO) --html $< tar -zcvf html/$*.tgz $* zip -r html/$*.zip $* --- 35,39 ---- % : %.tex ! $(MKHOWTO) --html --iconserver="." $< tar -zcvf html/$*.tgz $* zip -r html/$*.zip $* |