index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2014-07-30 20:46:47 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-07-30 20:46:47 -0400 |
commit | e03250dfa00771bd5578da9d8153b61336729fba (patch) | |
tree | 791c47ac8fa68695cb38628fd510e21a49b826a0 | |
parent | ca642b0dad8c5ee1ec9d172eae534dacd79d9410 (diff) |
-rw-r--r-- | Makefile | 2 |
@@ -26,7 +26,7 @@ edit = $(V_GEN) m4 -P $@.in >$@ && chmod go-w,+x $@ doc: $(MANPAGES) man/%: man/%.txt Makefile - a2x -d manpage \ + $(V_GEN) a2x -d manpage \ -f manpage \ -a manversion=$(VERSION) \ -a manmanual="$(PACKAGE_NAME) manual" $< |