Skip to content

Commit

Permalink
* fixed dist target related commands now that the structure changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eissing committed Nov 5, 2021
1 parent 4a68d5c commit 615a40e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,10 @@ ACME_TEST_DIR = @ACME_TEST_DIR@

.phony: unit_tests

EXTRA_DIST = conf data htdocs
EXTRA_DIST = modules pyhttpd unit

dist-hook:
rm -rf $(distdir)/conf/httpd.conf
rm -rf $(distdir)/conf/proxy.conf
rm -rf $(distdir)/conf/modules.conf
rm -rf $(distdir)/conf/modules.conf
rm -rf $(distdir)/conf/std_vhosts.conf
cp -p $(srcdir)/*.py $(distdir)

rm -rf $(distdir)/pyhttpd/htdocs/test1/apache.org-files


if BUILD_UNIT_TESTS
Expand Down

0 comments on commit 615a40e

Please sign in to comment.