summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt@popsql.com>2022-01-01 15:09:37 -0500
committerMatthew Peveler <matt@popsql.com>2022-01-01 15:09:37 -0500
commitb40326325e5985c8b60366237eabe850b32d2176 (patch)
tree26fbd6ba293f7c742da9f81b294cbae80c961a14
parent5cc971753ed61089813f6038f6584aa6b096463c (diff)
downloadasciidoc-py3-b40326325e5985c8b60366237eabe850b32d2176.tar.gz
Add missing files to build_manifest
Signed-off-by: Matthew Peveler <matt@popsql.com>
-rw-r--r--Makefile.in2
-rw-r--r--build_manifest.sh14
2 files changed, 9 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 867e9d6..7f3ac3c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -120,7 +120,7 @@ uninstall:
clean:
rm -f $(manp)
-MANIFEST: MANIFEST.in
+MANIFEST: MANIFEST.in build_manifest.sh
bash build_manifest.sh
##.
diff --git a/build_manifest.sh b/build_manifest.sh
index aed9863..b9d43bd 100644
--- a/build_manifest.sh
+++ b/build_manifest.sh
@@ -2,30 +2,32 @@
cat > MANIFEST.tmp <<- EOM
asciidoc/*.py
-asciidoc/**/*
+asciidoc/resources/**/*
+asciidoc/resources/*.conf
doc/asciidoc.conf
doc/article-docinfo.xml
doc/customers.csv
doc/*.1
doc/*.txt
doc/asciidoc.dict
+images/*
tests/data/*
-tests/testasciidoc.py
+tests/inputs/*
+tests/*.py
tests/testasciidoc.conf
*.sh
BUGS.adoc
CHANGELOG.adoc
-configure
configure.ac
COPYRIGHT
Dockerfile
-MANIFEST
-MANIFEST.in
install-sh
INSTALL.adoc
-Makefile
+LICENSE
+MANIFEST.in
Makefile.in
README.md
+setup.py
EOM
rm -f MANIFEST