]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Added save/restore manpages to Makefile
authorHarald Welte <laforge@gnumonks.org>
Fri, 5 Jan 2001 15:22:09 +0000 (15:22 +0000)
committerHarald Welte <laforge@gnumonks.org>
Fri, 5 Jan 2001 15:22:09 +0000 (15:22 +0000)
Makefile

index c598131005b43b4463f03cf86157fdd0907a8132..3e27e89c98b20416f37144fc6b6b372b0499f037 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ DEPFILES = $(SHARED_LIBS:%.so=%.d)
 SH_CFLAGS:=$(CFLAGS) -fPIC
 
 EXTRAS+=iptables iptables.o iptables-save iptables-restore
-EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/iptables $(DESTDIR)$(MANDIR)/man8/iptables.8 $(DESTDIR)$(BINDIR)/iptables-save $(DESTDIR)$(BINDIR)/iptables-restore
+EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/iptables $(DESTDIR)$(MANDIR)/man8/iptables.8 $(DESTDIR)$(MANDIR)/man8/iptables-restore.8 $(DESTDIR)$(MANDIR)/man8/iptables-save.8  $(DESTDIR)$(BINDIR)/iptables-save $(DESTDIR)$(BINDIR)/iptables-restore
 
 ifdef DO_IPV6
 EXTRAS+=ip6tables ip6tables.o