X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=aac4221ef68f94f4fe973685fa4549a7a57f3379;hb=d04cf4d8978866eb80a1639b6d4ddfe387338c77;hp=e4842026e73788a0bb9cc44168c99040dc4909bb;hpb=0d8ae0cabef1a470f48ce4e71ea5b1749a59d049;p=simgear.git diff --git a/Makefile.am b/Makefile.am index e4842026..aac4221e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,23 @@ -EXTRA_DIST = mksymlinks.sh +EXTRA_DIST = \ + acinclude.m4 \ + autogen.sh \ + DoxygenMain.cxx \ + README.MSVC \ + README.zlib \ + README.plib \ + README.OpenAL \ + README.OSG \ + projects + +SUBDIRS = simgear dist-hook: - tar cf - src/metar | (cd $(distdir); tar xvf -) + (cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl) + rm -rf `find $(distdir)/projects -name CVS` + +# +# Rule to build RPM distribution package +# +rpm: dist + rpm -ta $(PACKAGE)-$(VERSION).tar.gz -SUBDIRS = src