aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-08 13:39:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-08 13:39:21 +0000
commitd54cdf294bd671a284b3ccd882e139decdba6702 (patch)
tree4c855e7824b8aa3c525215f0205aa2da8a0b06b3 /Makefile.am
parent2e342d5d9b7ef9a2809bb86c99e83cbdd501be34 (diff)
adjusted to work with automake 'make dist'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 9 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b85fb57e..1a11f0bc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,9 +4,14 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
-EXTRA_DIST = curl.spec curl-ssl.spec \
- CHANGES FILES LEGAL MITX.txt MPL-1.1.txt \
- config-win32.h reconf
+EXTRA_DIST = \
+ CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \
+ config-win32.h reconf packages/README \
+ packages/Linux/RPM/README \
+ packages/Linux/RPM/curl-ssl.spec.in \
+ packages/Linux/RPM/curl.spec.in \
+ packages/Linux/RPM/make_curl_rpm \
+ packages/Win32/README
SUBDIRS = docs lib src include tests
@@ -31,7 +36,7 @@ rpms:
rpm:
RPM_TOPDIR=`rpm --showrc | $(PERL) -n -e 'print if(s/.*_topdir\s+(.*)/$$1/)'` ; \
- cp $(srcdir)/$(RPMDIST).spec $$RPM_TOPDIR/SPECS ; \
+ cp $(srcdir)/packages/Linux/RPM/$(RPMDIST).spec $$RPM_TOPDIR/SPECS ; \
cp $(PACKAGE)-$(VERSION).tar.gz $$RPM_TOPDIR/SOURCES ; \
rpm -ba --clean --rmsource $$RPM_TOPDIR/SPECS/$(RPMDIST).spec ; \
mv $$RPM_TOPDIR/RPMS/i386/$(RPMDIST)-*.rpm . ; \