[117902] trunk/base/Makefile.in

cal at macports.org cal at macports.org
Sun Mar 16 13:47:33 PDT 2014


Revision: 117902
          https://trac.macports.org/changeset/117902
Author:   cal at macports.org
Date:     2014-03-16 13:47:33 -0700 (Sun, 16 Mar 2014)
Log Message:
-----------
base: remove tcldoc Makefile target, which

 (1) isn't very useful because it only gives you a flat list of all files in
     MacPorts along with their code.
 (2) was broken anyway.

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

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2014-03-16 20:13:10 UTC (rev 117901)
+++ trunk/base/Makefile.in	2014-03-16 20:47:33 UTC (rev 117902)
@@ -149,11 +149,6 @@
 	${MAKE} SVNTAG=${DISTARCTAG} PKGNAME=${DISTARCNAME} _dopkg
 endif
 
-tcldoc:
-	@[ -e "${prefix}/bin/tcldoc" ] \
-		|| { echo "Install tcldoc with MacPorts in ${prefix} first."; exit 1; }
-	find src -name '*.tcl' | xargs ${TCLDOC} --verbose --title "MacPorts Documentation" --force tcldoc
-
 tcldox:
 	@[ -e "${prefix}/bin/doxygen" -a -e "${prefix}/bin/tcl-dox" -a -e "${prefix}/bin/dot" ] \
 		|| { echo "Install doxygen, tcl-dox and graphviz with MacPorts in ${prefix} first."; exit 1; }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140316/984b93a8/attachment.html>


More information about the macports-changes mailing list