diff options
author | Erich Eckner <git@eckner.net> | 2024-10-13 22:23:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-11-09 17:34:40 +0100 |
commit | 62e14c36a804f90e50db28d150e5cea1de2f52c4 (patch) | |
tree | b057503669ba96cccf6179f3205c9892c0275b99 /mandos/fix_makefile.patch | |
parent | 0cd3899055a710b639bbea99489c6964c7a7f668 (diff) | |
download | archlinuxewe-62e14c36a804f90e50db28d150e5cea1de2f52c4.tar.xz |
mandos: aur originalmandos
Diffstat (limited to 'mandos/fix_makefile.patch')
-rw-r--r-- | mandos/fix_makefile.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mandos/fix_makefile.patch b/mandos/fix_makefile.patch new file mode 100644 index 000000000..e1d147455 --- /dev/null +++ b/mandos/fix_makefile.patch @@ -0,0 +1,20 @@ +--- 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.79.2/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 \ +@@ -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.79.2/manpages/docbook.xsl \ + $<; $(HTMLPOST) $@) + # Fix citerefentry links + HTMLPOST=$(SED) --in-place \ |