[28761] trunk/base/Makefile.in

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 06:59:17 PDT 2007


Revision: 28761
          http://trac.macosforge.org/projects/macports/changeset/28761
Author:   afb at macports.org
Date:     2007-09-08 06:59:17 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
tcldoc target, it has problems parsing a few files

Modified Paths:
--------------
    trunk/base/Makefile.in

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2007-09-08 13:58:45 UTC (rev 28760)
+++ trunk/base/Makefile.in	2007-09-08 13:59:17 UTC (rev 28761)
@@ -177,6 +177,9 @@
 	${MAKE} SVNTAG=${DISTARCTAG} PKGNAME=${DISTARCNAME} _dopkg
 endif
 
+tcldoc:
+	find src -name '*.tcl' | xargs tcldoc --verbose --title "MacPorts Documentation" --force tcldoc
+
 test::
 
-.PHONY: dist _gettag _pkgdist _dopkg
+.PHONY: dist _gettag _pkgdist _dopkg tcldoc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070908/a460d3ee/attachment.html


More information about the macports-changes mailing list