aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3d16445..4452809 100644
--- a/Makefile
+++ b/Makefile
@@ -9,15 +9,15 @@ MACROS_FILES = rpm-helper.macros
FILES = AUTHORS README README.CVS COPYING ChangeLog Makefile \
$(SCRIPT_FILES) $(MACROS_FILES:=.in)
-pkgdatadir = /usr/share/$(PACKAGE)
-rpmacrosdir = /etc/rpm/macros.d
+pkgdatadir = /usr/share/$(PACKAGE)
+rpmmacrosdir = /etc/rpm/macros.d
all:
@echo "use make install or make dist"
install: $(MACROS_FILES)
install -d -m 755 $(DESTDIR)$(pkgdatadir)
- cp -p $(SCRIPTS) $(DESTDIR)$(pkgdatadir)
+ cp -p $(SCRIPT_FILES) $(DESTDIR)$(pkgdatadir)
install -d -m 755 $(DESTDIR)$(rpmacrosdir)
install -m 644 $(MACROS_FILES) $(DESTDIR)/$(rpmmacrosdir)
@@ -47,7 +47,7 @@ tar:
# rules to build a public distribution
-dist: changelog cleandist dir localcopy tar
+dist: changelog cleandist dir localcopy tar svntag
changelog:
svn2cl -o ChangeLog || :