summaryrefslogtreecommitdiffstats
path: root/Makefile.rules.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules.in')
-rw-r--r--Makefile.rules.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.rules.in b/Makefile.rules.in
index 67c4ff6d..3abd48c8 100644
--- a/Makefile.rules.in
+++ b/Makefile.rules.in
@@ -36,6 +36,10 @@ configure: configure.ac
@echo -e " PDF\t\t$@"
db2pdf -o $(SUBDIR) $<
+archive:
+ git archive --prefix=nftables-@PACKAGE_VERSION@/ HEAD | \
+ bzip2 -c > nftables-@PACKAGE_VERSION@.tar.bz2
+
define program_template
$(1)-obj := $$(patsubst %,$(SUBDIR)%,$$($(1)-obj))
$(1)-extra-clean-files := $$(patsubst %,$(SUBDIR)%,$$($(1)-extra-clean-files))