* Generate RPM spec file.

This commit is contained in:
Eelco Dolstra 2004-01-02 16:04:53 +00:00
parent 0e09cc12c0
commit 9ff3657095
4 changed files with 12 additions and 7 deletions

View file

@ -1,6 +1,10 @@
SUBDIRS = externals src scripts corepkgs doc
EXTRA_DIST = substitute.mk nix.spec
EXTRA_DIST = substitute.mk nix.spec nix.spec.in
rpm: dist
include ./substitute.mk
nix.spec: nix.spec.in
rpm: nix.spec dist
rpm $(EXTRA_RPM_FLAGS) -ta $(distdir).tar.gz