]> www.ginac.de Git - ginac.git/commitdiff
[build] Include the helper scripts into the tarball.
authorAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Sat, 1 Feb 2014 16:50:37 +0000 (18:50 +0200)
committerAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Sun, 2 Feb 2014 15:49:56 +0000 (17:49 +0200)
Makefile.am

index e8bec987a33c0a237ddb48a8a98390a94a118167..82b63dc22fa26b5800469016f06c7410c9c77826 100644 (file)
@@ -7,8 +7,10 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = ginac.pc
 $(pkgconfig_DATA): config.status
 
 pkgconfig_DATA = ginac.pc
 $(pkgconfig_DATA): config.status
 
+BUILD_HELPERS = scripts/yaptu.py scripts/fixupind.py
+
 # All the rest of the distributed files
 # 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
 
 # Rule to build tar-bzipped distribution package
 $(PACKAGE)-$(VERSION).tar.gz: dist