summarylogtreecommitdiffstats
path: root/fix_makefile.patch
diff options
context:
space:
mode:
authorC. Dominik Bódi2015-08-19 16:35:19 +0200
committerC. Dominik Bódi2015-08-19 16:35:19 +0200
commit1f272c602426ab0e39361e05b9b59ff0f9bc40e1 (patch)
treebdbefa747792dfd0e3e9a8730467bf47723d28c9 /fix_makefile.patch
parent42e45e59d3a783374a8d5979acfa44d3d31e4e05 (diff)
downloadaur-1f272c602426ab0e39361e05b9b59ff0f9bc40e1.tar.gz
* updated to upstream version 1.7.0
* use quilt for patching, enables simple patch refresh
Diffstat (limited to 'fix_makefile.patch')
-rw-r--r--fix_makefile.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/fix_makefile.patch b/fix_makefile.patch
index 85477cd8b77c..7530751ba54f 100644
--- a/fix_makefile.patch
+++ b/fix_makefile.patch
@@ -1,20 +1,20 @@
---- a/src/mandos-1.6.9/Makefile
-+++ b/src/mandos-1.6.9/Makefile
-@@ -83,7 +83,7 @@ DOCBOOKTOMAN=$(strip cd $(dir $<); xsltp
+--- a/Makefile
++++ b/Makefile
+@@ -85,7 +85,7 @@ DOCBOOKTOMAN=$(strip cd $(dir $<); xsltp
--param make.single.year.ranges 1 \
--param man.output.quietly 1 \
--param man.authors.section.enabled 0 \
- /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
-+ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl \
++ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl \
$(notdir $<); \
if locale --all 2>/dev/null | grep --regexp='^en_US\.utf8$$' \
&& type man 2>/dev/null; then LANG=en_US.UTF-8 MANWIDTH=80 \
-@@ -97,7 +97,7 @@ DOCBOOKTOHTML=$(strip xsltproc --nonet -
+@@ -99,7 +99,7 @@ DOCBOOKTOHTML=$(strip xsltproc --nonet -
--param man.authors.section.enabled 0 \
--param citerefentry.link 1 \
--output $@ \
- /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl \
-+ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl \
++ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl \
$<; $(HTMLPOST) $@)
# Fix citerefentry links
HTMLPOST=$(SED) --in-place \