From b40326325e5985c8b60366237eabe850b32d2176 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sat, 1 Jan 2022 15:09:37 -0500 Subject: Add missing files to build_manifest Signed-off-by: Matthew Peveler --- Makefile.in | 2 +- build_manifest.sh | 14 ++++++++------ 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 -- cgit v1.2.1