mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Get rid of the footnotes section in generated manpages
We really don't need it since it is just links. However, we do need to figure out how to get our old links to show up right. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
9407baaaa6
commit
5b4b4df4c9
@ -51,9 +51,14 @@ ASCIIDOC_OPTS = \
|
||||
-a pacman_version="$(PACKAGE_VERSION)" \
|
||||
-a pacman_date="`date +%Y-%m-%d`" \
|
||||
-a sysconfdir=$(sysconfdir)
|
||||
A2X_OPTS = \
|
||||
-d manpage \
|
||||
-f manpage \
|
||||
--xsltproc-opts='-param man.endnotes.list.enabled 0' \
|
||||
--xsltproc-opts='-param man.endnotes.are.numbered 0'
|
||||
|
||||
$(ASCIIDOC_MANS):
|
||||
a2x -d manpage -f manpage --asciidoc-opts="$(ASCIIDOC_OPTS)" $@.txt
|
||||
a2x $(A2X_OPTS) --asciidoc-opts="$(ASCIIDOC_OPTS)" $@.txt
|
||||
|
||||
# These rules are due to the includes and files of the asciidoc text
|
||||
$(ASCIIDOC_MANS): footer.txt
|
||||
|
Loading…
Reference in New Issue
Block a user