svn commit: r49773 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Brad Davis
brd at FreeBSD.org
Thu Dec 29 17:20:12 UTC 2016
Author: brd
Date: Thu Dec 29 17:20:10 2016
New Revision: 49773
URL: https://svnweb.freebsd.org/changeset/doc/49773
Log:
Document the USE_GITHUB=nodefault option.
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 Thu Dec 29 13:33:07 2016 (r49772)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Thu Dec 29 17:20:10 2016 (r49773)
@@ -2095,6 +2095,12 @@ USE_GITHUB= yes</programlisting>
similar to <xref
linkend="porting-master-sites-n"/>.</para>
+ <para>When fetching multiple files from GitHub, sometimes the default
+ distribution file is not required. Fetching of the default can be
+ disabled by setting:</para>
+
+ <programlisting>USE_GITHUB= nodefault</programlisting>
+
<para>Multiple values are added to
<varname>GH_ACCOUNT</varname>,
<varname>GH_PROJECT</varname>, and
More information about the svn-doc-all
mailing list