[49348] branches/new-help-system/base

raimue at macports.org raimue at macports.org
Tue Apr 7 21:51:29 PDT 2009


Revision: 49348
          http://trac.macports.org/changeset/49348
Author:   raimue at macports.org
Date:     2009-04-07 21:51:28 -0700 (Tue, 07 Apr 2009)
Log Message:
-----------
doc:
Add asciidoc configuration for man pages, created by configure to replace
version variable.

Modified Paths:
--------------
    branches/new-help-system/base/configure
    branches/new-help-system/base/configure.ac

Added Paths:
-----------
    branches/new-help-system/base/doc/asciidoc.conf.in

Modified: branches/new-help-system/base/configure
===================================================================
--- branches/new-help-system/base/configure	2009-04-08 04:25:21 UTC (rev 49347)
+++ branches/new-help-system/base/configure	2009-04-08 04:51:28 UTC (rev 49348)
@@ -12901,7 +12901,7 @@
 
 
 # Output
-ac_config_files="$ac_config_files Doxyfile Makefile Mk/macports.autoconf.mk doc/prefix.mtree doc/macosx.mtree doc/macports.conf portmgr/freebsd/Makefile portmgr/fedora/macports.spec src/Makefile src/macports1.0/macports_autoconf.tcl src/tclobjc1.0/Makefile src/port1.0/port_autoconf.tcl src/registry1.0/registry_autoconf.tcl src/programs/Makefile src/macports1.0/macports_fastload.tcl setupenv.bash"
+ac_config_files="$ac_config_files Doxyfile Makefile Mk/macports.autoconf.mk doc/prefix.mtree doc/macosx.mtree doc/macports.conf doc/asciidoc.conf portmgr/freebsd/Makefile portmgr/fedora/macports.spec src/Makefile src/macports1.0/macports_autoconf.tcl src/tclobjc1.0/Makefile src/port1.0/port_autoconf.tcl src/registry1.0/registry_autoconf.tcl src/programs/Makefile src/macports1.0/macports_fastload.tcl setupenv.bash"
 
 
 cat >confcache <<\_ACEOF
@@ -13506,6 +13506,7 @@
     "doc/prefix.mtree") CONFIG_FILES="$CONFIG_FILES doc/prefix.mtree" ;;
     "doc/macosx.mtree") CONFIG_FILES="$CONFIG_FILES doc/macosx.mtree" ;;
     "doc/macports.conf") CONFIG_FILES="$CONFIG_FILES doc/macports.conf" ;;
+    "doc/asciidoc.conf") CONFIG_FILES="$CONFIG_FILES doc/asciidoc.conf" ;;
     "portmgr/freebsd/Makefile") CONFIG_FILES="$CONFIG_FILES portmgr/freebsd/Makefile" ;;
     "portmgr/fedora/macports.spec") CONFIG_FILES="$CONFIG_FILES portmgr/fedora/macports.spec" ;;
     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;

Modified: branches/new-help-system/base/configure.ac
===================================================================
--- branches/new-help-system/base/configure.ac	2009-04-08 04:25:21 UTC (rev 49347)
+++ branches/new-help-system/base/configure.ac	2009-04-08 04:51:28 UTC (rev 49348)
@@ -392,6 +392,7 @@
 	doc/prefix.mtree
 	doc/macosx.mtree
 	doc/macports.conf
+	doc/asciidoc.conf
 	portmgr/freebsd/Makefile
 	portmgr/fedora/macports.spec
 	src/Makefile

Added: branches/new-help-system/base/doc/asciidoc.conf.in
===================================================================
--- branches/new-help-system/base/doc/asciidoc.conf.in	                        (rev 0)
+++ branches/new-help-system/base/doc/asciidoc.conf.in	2009-04-08 04:51:28 UTC (rev 49348)
@@ -0,0 +1,18 @@
+ifdef::doctype-manpage[]
+ifdef::backend-docbook[]
+[header]
+template::[header-declarations]
+<refentry>
+<refmeta>
+<refentrytitle>{mantitle}</refentrytitle>
+<manvolnum>{manvolnum}</manvolnum>
+<refmiscinfo class="source">MacPorts</refmiscinfo>
+<refmiscinfo class="version">@MACPORTS_VERSION@</refmiscinfo>
+<refmiscinfo class="manual">MacPorts Manual</refmiscinfo>
+</refmeta>
+<refnamediv>
+  <refname>{manname}</refname>
+  <refpurpose>{manpurpose}</refpurpose>
+</refnamediv>
+endif::backend-docbook[]
+endif::doctype-manpage[]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090407/8fe4a78c/attachment-0001.html>


More information about the macports-changes mailing list