From bed06c78cdca3df4edccd26ef3cf913b1c82be76 Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Sat, 1 Feb 2014 18:50:37 +0200 Subject: [PATCH] [build] Include the helper scripts into the tarball. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.0