[119703] trunk/base

cal at macports.org cal at macports.org
Sat May 3 17:19:01 PDT 2014


Revision: 119703
          https://trac.macports.org/changeset/119703
Author:   cal at macports.org
Date:     2014-05-03 17:19:01 -0700 (Sat, 03 May 2014)
Log Message:
-----------
base: Switch to "make docs" to generate docs, output dir is "docs"

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

Modified: trunk/base/Doxyfile.in
===================================================================
--- trunk/base/Doxyfile.in	2014-05-04 00:17:29 UTC (rev 119702)
+++ trunk/base/Doxyfile.in	2014-05-04 00:19:01 UTC (rev 119703)
@@ -1001,7 +1001,7 @@
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_OUTPUT            = tcldox
+HTML_OUTPUT            = docs
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
 # generated HTML page (for example: .htm, .php, .asp).

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2014-05-04 00:17:29 UTC (rev 119702)
+++ trunk/base/Makefile.in	2014-05-04 00:19:01 UTC (rev 119703)
@@ -115,7 +115,7 @@
 
 
 clean::
-	rm -rf tcldox
+	rm -rf docs
 
 distclean::
 	rm -f config.log config.status configure.lineno
@@ -151,11 +151,11 @@
 	${MAKE} SVNTAG=${DISTARCTAG} PKGNAME=${DISTARCNAME} _dopkg
 endif
 
-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; }
+docs:
+	@[ -e "${prefix}/bin/doxygen" ] \
+		|| { echo "Install doxygen with MacPorts in ${prefix} first."; exit 1; }
 	${prefix}/bin/doxygen
 
 test::
 
-.PHONY: dist _gettag _pkgdist _dopkg tcldoc tcldox
+.PHONY: dist _gettag _pkgdist _dopkg docs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140503/6eaa0bc9/attachment.html>


More information about the macports-changes mailing list