[38335] trunk/doc-new/Makefile
simon at macports.org
simon at macports.org
Wed Jul 16 02:57:29 PDT 2008
Revision: 38335
http://trac.macosforge.org/projects/macports/changeset/38335
Author: simon at macports.org
Date: 2008-07-16 02:57:27 -0700 (Wed, 16 Jul 2008)
Log Message:
-----------
doc-new: Minor consistency documentation change to Makefile.
Modified Paths:
--------------
trunk/doc-new/Makefile
Modified: trunk/doc-new/Makefile
===================================================================
--- trunk/doc-new/Makefile 2008-07-16 07:51:05 UTC (rev 38334)
+++ trunk/doc-new/Makefile 2008-07-16 09:57:27 UTC (rev 38335)
@@ -1,15 +1,16 @@
# $Id$
# Makefile to generate the macports html guide and the man pages.
-# The ports 'docbook-xsl', 'docbook-xml' and 'libxslt' have to be
-# installed.
+# The ports 'docbook-xsl', 'docbook-xml' and 'libxslt' have to be installed.
-# If your macports isn't installed in /opt/local you have to change PREFIX here
+# If your macports isn't installed in /opt/local you have to change PREFIX
+# here.
-# prefix of the macports installation:
+
+# Prefix of the macports installation.
PREFIX = /opt/local
-# command abstraction variables:
+# Command abstraction variables.
MKDIR = /bin/mkdir
CP = /bin/cp
RM = /bin/rm
@@ -17,26 +18,26 @@
XSLTPROC = $(PREFIX)/bin/xsltproc
XMLLINT = $(PREFIX)/bin/xmllint
-# data directories:
+# Data directories.
GUIDE = guide
MAN = man
-# source directories:
+# Source directories.
GUIDE-SRC = $(GUIDE)/xml
MAN-SRC = $(MAN)/xml
-# result directories:
+# Result directories.
GUIDE-RESULT = $(GUIDE)/html
MAN-RESULT = $(MAN)/man/
-# man temporary directory:
+# Man temporary directory.
MAN-TMP = $(MAN)/tmp
-# path to the docbook xsl files:
+# Path to the docbook xsl files.
DOCBOOK = $(PREFIX)/share/xsl/docbook-xsl
GUIDE-XSL = $(DOCBOOK)/xhtml/profile-docbook.xsl
MAN-XSL = $(MAN)/resources/macports.xsl
-# docbook html stylesheet for the guide:
+# Docbook html stylesheet for the guide.
STYLESHEET = docbook.css
-# additional parameters for the guide:
+# Additional parameters for the guide.
STRINGPARAMS = --stringparam html.stylesheet $(STYLESHEET) \
--stringparam section.autolabel 1 \
--stringparam toc.section.depth 1 \
@@ -80,7 +81,7 @@
$(MAN-SRC)/porthier.7.xml
$(RM) -r $(MAN-TMP)
-# create XSL from template for man pages
+# Create XSL from template for man pages.
$(MAN-XSL):
$(SED) 's:@PREFIX@:$(PREFIX):' $@.in > $@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080716/76fb0d2d/attachment.html
More information about the macports-changes
mailing list