summaryrefslogtreecommitdiff
path: root/dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2019-07-07 16:57:57 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2019-07-07 16:57:57 +0200
commit5ac8fe1a17a89cce58a6b27a522e4d7585bac721 (patch)
tree27a425be2e3c988bb70bb605d5f3108de92469f8 /dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch
parentc6b3a795b990d06071f045e3e95e9e505a1a6436 (diff)
downloadoverlay-5ac8fe1a17a89cce58a6b27a522e4d7585bac721.tar.gz
overlay-5ac8fe1a17a89cce58a6b27a522e4d7585bac721.tar.bz2
overlay-5ac8fe1a17a89cce58a6b27a522e4d7585bac721.zip
Remove obsolete stgit version
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, 0 insertions, 11 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
deleted file mode 100644
index 559cf8f..0000000
--- a/dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 $<