X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.am;h=6f8e63fed9287517021f783a05618865881fc411;hp=54fb5868b25fea36e38298f52f266f1bdb82068d;hb=25f9ae820c0737602dcadf70fc11e62af4eb88c6;hpb=9be13abd83a350a3e9a30c539e80c46d4f3b17d6 diff --git a/Makefile.am b/Makefile.am index 54fb5868..6f8e63fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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