[123024] trunk/base/doc/Makefile.in

cal at macports.org cal at macports.org
Sun Aug 3 15:27:38 PDT 2014


Revision: 123024
          https://trac.macports.org/changeset/123024
Author:   cal at macports.org
Date:     2014-08-03 15:27:38 -0700 (Sun, 03 Aug 2014)
Log Message:
-----------
base: doc: Fix html target

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

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-08-03 22:16:30 UTC (rev 123023)
+++ trunk/base/doc/Makefile.in	2014-08-03 22:27:38 UTC (rev 123024)
@@ -40,10 +40,9 @@
 
 # Filter man pages with existing source files
 MANTXT=		$(wildcard ${MAN:%=%.txt})
-# Only those can be transformed into XML
+# Only those can be transformed into XML and HTML
 MANXML=		${MANTXT:.txt=.xml}
-# HTML version for all man pages
-MANHTML=	${MAN:%=%.html}
+MANHTML=	${MANTXT:.txt=.html}
 
 CONF=       	archive_sites.conf macports.conf pubkeys.conf sources.conf variants.conf
 INSTALLDIR=	${DESTDIR}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140803/b50de0b0/attachment-0001.html>


More information about the macports-changes mailing list