pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 11 22:10:50 UTC 2022

Modified Files:
        pkgsrc/doc/guide/files: fixes.xml

Log Message:
doc/guide: fix line breaks in section 21.4.3 "Go"


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/doc/guide/files/fixes.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.168 pkgsrc/doc/guide/files/fixes.xml:1.169
--- pkgsrc/doc/guide/files/fixes.xml:1.168      Mon Jan 24 23:18:33 2022
+++ pkgsrc/doc/guide/files/fixes.xml    Wed May 11 22:10:50 2022
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.168 2022/01/24 23:18:33 gutteridge Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.169 2022/05/11 22:10:50 rillig Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1466,9 +1466,9 @@ pre-configure:
       <command>make clean && make patch && make show-go-modules >
       go-modules.mk</command>.</para></listitem>
 
-      <listitem><para>Prepend <programlisting>.include
-      "go-modules.mk"</programlisting> to any other
-      <programlisting>.include</programlisting>s.</para></listitem>
+      <listitem><para>Prepend
+      <literal>.include "go-modules.mk"</literal> to any other
+      <literal>.include</literal>s.</para></listitem>
 
       <listitem><para>Incorporate these modules in
       <filename>distinfo</filename> with <command>make



Home | Main Index | Thread Index | Old Index