summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-12-03 07:05:05 +0000
committerryoon <ryoon@pkgsrc.org>2014-12-03 07:05:05 +0000
commit60ba8166e72d56fedf56ef10518d3f0c2a6704f0 (patch)
tree5551c18233f02b7af9b1162424e2e38152ba1007 /doc/guide
parent1f9c69ef7d066281279477d4569416ce8b9ee45b (diff)
downloadpkgsrc-60ba8166e72d56fedf56ef10518d3f0c2a6704f0.tar.gz
Make xml po4a-friendly.
Output is not chahged.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/makefile.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/makefile.xml b/doc/guide/files/makefile.xml
index 6ee143ce9ac..8a70796a672 100644
--- a/doc/guide/files/makefile.xml
+++ b/doc/guide/files/makefile.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: makefile.xml,v 1.23 2007/06/01 11:07:25 rillig Exp $ -->
+<!-- $NetBSD: makefile.xml,v 1.24 2014/12/03 07:05:05 ryoon Exp $ -->
<chapter id="makefile"> <?dbhtml filename="makefile.html"?>
<title>Programming in <filename>Makefile</filename>s</title>
@@ -209,7 +209,7 @@ EXT_LIST+= ${i:Q}""
nastiness.</para>
<programlisting>
-STRING= foo bar < > * `date` $$HOME ' "
+STRING= foo bar &lt; &gt; * `date` $$HOME ' "
EXT_LIST= string=${STRING:Q} x=second\ item
all: