summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorbringert <unknown>2004-06-22 12:15:39 +0000
committerbringert <unknown>2004-06-22 12:15:39 +0000
commit3986f8c265e09043770480fe85ae5350e807a4a4 (patch)
tree1f5ce2eea2aedfc9af0e69f27ea05298a417d634 /src/Makefile
parenta3a4c3f8ca5d0cd900f6d27620530ca394bb7ea7 (diff)
Added rpm target. Fixed source dir name in rpm spec.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index fc64584c2..eeb854105 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -114,6 +114,8 @@ dist:
zip -r $(DIST_DIR).zip $(DIST_DIR)
rm -rf $(DIST_DIR)
+rpm: dist
+ rpmbuild -ta $(DIST_DIR).tar.gz
install:
$(INSTALL) -d $(bindir)