[pacman-dev] [PATCH 1/6] remove --destination-dir argument from a2x options

Dave Reisner dreisner at archlinux.org
Thu Aug 7 19:22:21 EDT 2014


This option is only for HTML output, and we're building manpages here.
---
 doc/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index a7908df..60a70b3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -124,8 +124,7 @@ A2X_OPTS = \
 	--no-xmllint \
 	-d manpage \
 	-f manpage \
-	--xsltproc-opts='-param man.endnotes.list.enabled 0 -param man.endnotes.are.numbered 0' \
-	--destination-dir='./'
+	--xsltproc-opts='-param man.endnotes.list.enabled 0 -param man.endnotes.are.numbered 0'
 
 # These rules are due to the includes and files of the asciidoc text
 $(ASCIIDOC_MANS): asciidoc.conf footer.txt Makefile.am
-- 
2.0.4


More information about the pacman-dev mailing list