svn commit: r43053 - head/en_US.ISO8859-1/books/porters-handbook

Eitan Adler eadler at FreeBSD.org
Mon Oct 28 19:05:19 UTC 2013


Author: eadler
Date: Mon Oct 28 19:05:18 2013
New Revision: 43053
URL: http://svnweb.freebsd.org/changeset/doc/43053

Log:
  man pages are just regular files now and will not be added automatically

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Oct 28 19:03:50 2013	(r43052)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Oct 28 19:05:18 2013	(r43053)
@@ -9895,8 +9895,8 @@ PLIST_SUB+=	X11="@comment "
 
       <programlisting>%%X11%%bin/foo-gui</programlisting>
 
-      <para>This substitution (as well as addition of any
-	<link linkend="makefile-manpages">manual pages</link>) will be
+      <para>This substitution
+	will be
 	done between the <maketarget>pre-install</maketarget> and
 	<maketarget>do-install</maketarget> targets, by reading from
 	<filename><makevar>PLIST</makevar></filename> and writing to


More information about the svn-doc-all mailing list