summaryrefslogtreecommitdiff
path: root/dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2018-06-10 17:02:39 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2018-06-10 17:02:39 +0200
commit9b8e1ac88265c793629ecfd6f64af5a3553c2cef (patch)
tree7644e7aec9a8e901657ede5f4814a2e0b83c6d04 /dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch
parent306a5c2032c96ef7718c0c42c38758730499e4bc (diff)
downloadoverlay-9b8e1ac88265c793629ecfd6f64af5a3553c2cef.tar.gz
overlay-9b8e1ac88265c793629ecfd6f64af5a3553c2cef.tar.bz2
overlay-9b8e1ac88265c793629ecfd6f64af5a3553c2cef.zip
stgit-0.18 with version information
Diffstat (limited to 'dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch')
-rw-r--r--dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch b/dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch
new file mode 100644
index 0000000..559cf8f
--- /dev/null
+++ b/dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch
@@ -0,0 +1,11 @@
+--- a/Documentation/Makefile 2012-07-08 23:55:38.958779174 +0200
++++ b/Documentation/Makefile 2012-07-08 23:56:42.638010483 +0200
+@@ -72,7 +72,7 @@
+ $(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf $(ASCIIDOC_EXTRA) $<
+
+ %.1 : %.xml
+- xmlto -m callouts.xsl man $<
++ xmlto -m callouts.xsl --stringparam man.base.url.for.relative.links=$(htmldir) man $<
+
+ %.xml : %.txt
+ $(ASCIIDOC) -b docbook -d manpage -f asciidoc.conf $<