From: Alexei Sheplyakov Date: Sat, 1 Feb 2014 16:50:37 +0000 (+0200) Subject: [build] Include the helper scripts into the tarball. X-Git-Tag: release_1-6-3~21 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=bed06c78cdca3df4edccd26ef3cf913b1c82be76 [build] Include the helper scripts into the tarball. --- diff --git a/Makefile.am b/Makefile.am index e8bec987..82b63dc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,10 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = ginac.pc $(pkgconfig_DATA): config.status +BUILD_HELPERS = scripts/yaptu.py scripts/fixupind.py + # All the rest of the distributed files -EXTRA_DIST = ginac.pc GiNaC.spec +EXTRA_DIST = ginac.pc GiNaC.spec $(BUILD_HELPERS) # Rule to build tar-bzipped distribution package $(PACKAGE)-$(VERSION).tar.gz: dist