X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=f88767c37d7fb194a480d578987d04cc5ce909c0;hb=0b05f67114bcac4b20e82272e93ed0d101592586;hp=1cf44b13b411cdf04da67fcfcf5c52c17eddf1b2;hpb=1547d4ee2f917c3823cb4f2a3ee74ce46c09f7eb;p=simgear.git diff --git a/Makefile.am b/Makefile.am index 1cf44b13..f88767c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,22 @@ -EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h +EXTRA_DIST = \ + acinclude.m4 \ + autogen.sh \ + DoxygenMain.cxx \ + README.zlib \ + README.plib \ + README.OpenAL \ + README.OSG \ + projects -SUBDIRS = simgear +SUBDIRS = simgear + +dist-hook: + (cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl) + rm -rf `find $(distdir)/projects -name CVS` # # Rule to build RPM distribution package # rpm: dist - cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/packages/SOURCES - rpm -ba @PACKAGE@.spec - -dist-hook: - tar cf - simgear/metar | (cd $(distdir); tar xvf -) + rpm -ta $(PACKAGE)-$(VERSION).tar.gz