summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-01-28 12:29:45 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2021-01-28 12:37:59 +0000
commitdfffda23381014481cd13e8e9d8f131e1f93f08a (patch)
tree9e8ea86760e0f34a9d1aa9c54b469a3bb51513aa
parentc65fc6f23ffb00586849fefc4de58283bf4260ae (diff)
downloadasciidoc-py3-dfffda23381014481cd13e8e9d8f131e1f93f08a.tar.gz
fix make target for building manpages
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3d94636..5c8ff90 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -128,7 +128,7 @@ $(DATATARGETS): % : %dir
$(INSTALL_DATA) $($@) $(DESTDIR)$($<)/
$(manp): %.1 : %.1.txt
- python3 a2x.py -f manpage $<
+ python3 -m asciidoc.a2x -f manpage $<
progsymlink:
(cd $(DESTDIR)$(progdir); ln -sf asciidoc.py asciidoc)