Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortsuibin <tsuibin@qq.com>2021-08-01 17:18:35 +0800
committerJelle van der Waa <jelle@archlinux.org>2021-09-07 22:23:32 +0200
commitfd17f53cef61ca5e25219fcc0d555e154cd0af59 (patch)
treeed629a9f7e06c01b591db4c2fa3fe90c5cde6791 /Makefile
parent80e8c1fc702e6a0e328bca52d3acf0710c7cc7ff (diff)
doc: Add archbuild man page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9a6492..bac6ac2 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,7 @@ BASHCOMPLETION_LINKS = \
MANS = \
+ doc/archbuild.1 \
doc/makechrootpkg.1 \
doc/lddd.1 \
doc/checkpkg.1 \
@@ -98,7 +99,7 @@ edit = sed -e "s|@pkgdatadir[@]|$(PREFIX)/share/devtools|g"
$(MANS): doc/asciidoc.conf doc/footer.asciidoc
doc/%: doc/%.asciidoc
- a2x --no-xmllint --asciidoc-opts="-f doc/asciidoc.conf" -d manpage -f manpage -D doc $<
+ a2x --no-xmllint --asciidoc-opts="-f doc/asciidoc.conf" -d manpage -f manpage -D doc -a pkgdatadir=$(PREFIX)/share/devtools $<
clean:
rm -f $(IN_PROGS) bash_completion zsh_completion $(MANS)