summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)