You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-vcs/stgit/files/stgit-0.16-man-linkfix.patch

12 lines
429 B

--- 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 $<