index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | tsuibin <tsuibin@qq.com> | 2021-08-01 17:18:35 +0800 |
---|---|---|
committer | Jelle van der Waa <jelle@archlinux.org> | 2021-09-07 22:23:32 +0200 |
commit | fd17f53cef61ca5e25219fcc0d555e154cd0af59 (patch) | |
tree | ed629a9f7e06c01b591db4c2fa3fe90c5cde6791 /Makefile | |
parent | 80e8c1fc702e6a0e328bca52d3acf0710c7cc7ff (diff) |
-rw-r--r-- | Makefile | 3 |
@@ -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) |