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

Mathieu Arnold mat at FreeBSD.org
Mon Mar 24 16:53:46 UTC 2014


Author: mat (ports committer)
Date: Mon Mar 24 16:53:46 2014
New Revision: 44344
URL: http://svnweb.freebsd.org/changeset/doc/44344

Log:
  Whitespace fix only, translators can ignore.
  
  Sponsored by:	Absolight

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Mon Mar 24 16:35:37 2014	(r44343)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Mon Mar 24 16:53:46 2014	(r44344)
@@ -4040,7 +4040,7 @@ LIB_DEPENDS+=	liba.so:${PORTSDIR}/devel/
 	    <varname>INSTALL_TARGET</varname>, have their default
 	    values set <emphasis>after</emphasis> the options are
 	    processed.</para>
-	  
+
 	  <para>With the following lines in the
 	    <filename>Makefile</filename>:</para>
 
@@ -4057,7 +4057,7 @@ DOCS_ALL_TARGET=	doc</programlisting>
 	    <filename>Makefile</filename>:</para>
 
 	  <programlisting>DOCS_ALL_TARGET=	doc</programlisting>
-	  
+
 	  <para>If the <literal>DOCS</literal> option is enabled,
 	    <varname>ALL_TARGET</varname> will have a final value of
 	    <literal>doc</literal>; if the option is disabled, it


More information about the svn-doc-all mailing list