From: Andre P. <at...@us...> - 2004-05-17 18:31:43
|
Update of /cvsroot/hoc/hoc/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586/docs Modified Files: Makefile.in Log Message: Fixed bugs in build system Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/docs/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 17 May 2004 18:06:38 -0000 1.3 +++ Makefile.in 17 May 2004 18:31:33 -0000 1.4 @@ -4,6 +4,7 @@ dist_FILES = \ $(SOURCE_PODS) \ Makefile.in \ + HOC.html \ $(NULL) TITLE = HOC: a Haskell to Objective-C bridge @@ -26,7 +27,7 @@ SOURCE_PNGS = \ $(NULL) -all: view +all: HOC.html %.png: %.dot $(DOT) -Tpng @@ -42,6 +43,8 @@ view: HOC.html open $+ +dist: HOC.html + clean: -rm HOC.html pod2htm* |