From: Andre P. <at...@us...> - 2004-05-18 03:27:40
|
Update of /cvsroot/hoc/hoc/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11269 Modified Files: Makefile.in Log Message: Added dummy 'install' target to docs/Makefile Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/docs/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 17 May 2004 18:31:33 -0000 1.4 +++ Makefile.in 18 May 2004 03:27:31 -0000 1.5 @@ -45,6 +45,9 @@ dist: HOC.html +install: + true + clean: -rm HOC.html pod2htm* |