From: Andre P. <at...@us...> - 2005-07-30 08:25:00
|
Update of /cvsroot/hoc/hoc/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10363/docs Modified Files: Makefile.in Log Message: Removed symlink to Foundation dir in AppKit dir Correctly clean all autogenerated files for Foundation/ and AppKit/ dirs Split install target into install and install-files targets, in preparation for the newly-added 'package' target (that will make use of the install-files target) Added PackageMaker package description file, used to generate a Mac OS X .pkg (Not quite complete enough for distribution yet, but seems to work OK at least.) Added 'package' target to main Makefile, to prepare a Mac OS X binary .pkg. Updated LICENSE file since it's 2005 :) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/docs/Makefile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.in 19 May 2004 15:59:28 -0000 1.9 +++ Makefile.in 30 Jul 2005 08:24:44 -0000 1.10 @@ -65,7 +65,10 @@ # HOC.pdf: HOC.html install: - true + @true + +install-files: + @true clean: -rm HOC.html pod2htm* documentation.html |