summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-01-28 03:33:29 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2021-01-28 03:33:29 +0000
commit30236e7927f281c61344ec05e297a77e30164d46 (patch)
tree9e29f598f5477db3410603ebbec559f4c291f8b0
parentdd17172b65ad1ab5b53a9d59d99d0cd259dc653c (diff)
downloadasciidoc-py3-30236e7927f281c61344ec05e297a77e30164d46.tar.gz
remove invalid confpath target
-rw-r--r--Makefile.in17
1 files changed, 3 insertions, 14 deletions
diff --git a/Makefile.in b/Makefile.in
index 79aa820..3d94636 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -187,19 +187,9 @@ website_spell:
.PHONY: install
install: all $(PROGTARGETS) $(DATATARGETS) progsymlink
-## build: runs fconfpath and manpages
+## build: runs manpages
.PHONY: build
-build: fixconfpath manpages
-
-## fixconfpath: update the CONF_PATH global variable to target install directory
-.PHONY: fixconfpath
-fixconfpath:
- @for f in $(prog); do \
- echo "Fixing CONF_DIR in $$f"; \
- $(SED) "s#^CONF_DIR = '.*'#CONF_DIR = '$(ASCIIDOCCONF)'#" $$f > $$f.out; \
- mv $$f.out $$f; \
- chmod +x $$f; \
- done
+build: manpages
## manpages: generate manpages for asciidoc, a2x, and testasciidoc
manpages: doc/asciidoc.1 doc/a2x.1 doc/testasciidoc.1
@@ -275,6 +265,5 @@ dist: vers_update manpages MANIFEST
## test: run the asciidoc test suite
.PHONY: test
test:
- python3 ./asciidoc.py --doctest
- python3 ./asciidocapi.py
+ python3 ./asciidoc/asciidoc.py --doctest
python3 tests/testasciidoc.py run