[119709] trunk/base

cal at macports.org cal at macports.org
Sat May 3 18:44:09 PDT 2014


Revision: 119709
          https://trac.macports.org/changeset/119709
Author:   cal at macports.org
Date:     2014-05-03 18:44:09 -0700 (Sat, 03 May 2014)
Log Message:
-----------
base: Move documentation to docs, don't rely on tcl-dox: Experiments show the amount of docs for Tcl files with tcl-dox is zero, with plain Doxygen it's > 0

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

Property Changed:
----------------
    trunk/base/


Property changes on: trunk/base
___________________________________________________________________
Modified: svn:ignore
   - autom4te.cache
config.log
config.status
Makefile
Doxyfile
tcldox
setupenv.bash

   + autom4te.cache
config.log
config.status
Makefile
Doxyfile
docs
setupenv.bash


Modified: trunk/base/Doxyfile.in
===================================================================
--- trunk/base/Doxyfile.in	2014-05-04 01:34:52 UTC (rev 119708)
+++ trunk/base/Doxyfile.in	2014-05-04 01:44:09 UTC (rev 119709)
@@ -850,7 +850,7 @@
 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
 # patterns match the file name, INPUT_FILTER is applied.
 
-FILTER_PATTERNS        = *.tcl=@prefix@/bin/tcl-dox
+FILTER_PATTERNS        =
 
 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
 # INPUT_FILTER ) will also be used to filter the input files that are used for
@@ -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 01:34:52 UTC (rev 119708)
+++ trunk/base/Makefile.in	2014-05-04 01:44:09 UTC (rev 119709)
@@ -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" -a -e "${prefix}/bin/dot" ] \
+		|| { echo "Install doxygen and graphviz 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/68d70bfe/attachment.html>


More information about the macports-changes mailing list