From: Andre P. <at...@us...> - 2004-05-19 08:41:02
|
Update of /cvsroot/hoc/hoc/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15148 Modified Files: Makefile.in Log Message: Documentation: added missing files to dist target Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/docs/Makefile.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.in 19 May 2004 07:45:27 -0000 1.7 +++ Makefile.in 19 May 2004 08:40:51 -0000 1.8 @@ -8,6 +8,9 @@ $(SOURCE_PODS) \ Makefile.in \ HOC.html \ + README.txt \ + documentation-footer.template \ + documentation-header.template \ $(NULL) TITLE = HOC: a Haskell to Objective-C bridge |