X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.am;h=6f8e63fed9287517021f783a05618865881fc411;hp=a728e31717b4f062b928d606161554f481067239;hb=20e3b69938ba04116a09e98baa8d9fbe18c382f5;hpb=e4f3ea3d317b0a85b2fa616bade0f98e23f0c570 diff --git a/Makefile.am b/Makefile.am index a728e317..6f8e63fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = ginac check ginsh tools @GINACCINTDIR@ doc -DIST_SUBDIRS = cint ginac check ginsh tools doc +SUBDIRS = ginac check ginsh tools doc +DIST_SUBDIRS = ginac check ginsh tools doc # Requires automake 1.4 AUTOMAKE_OPTIONS = 1.4 @@ -16,11 +16,11 @@ m4datadir = $(datadir)/aclocal m4data_DATA = ginac.m4 # All the rest of the distributed files -EXTRA_DIST = ginac.m4 GiNaC.spec +EXTRA_DIST = ginac.m4 GiNaC.spec depcomp # Rule to build tar-bzipped distribution package $(PACKAGE)-$(VERSION).tar.gz: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz - rpm -ta --clean $(PACKAGE)-$(VERSION).tar.gz + rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz