]> git.ipfire.org Git - people/stevee/network.git/blobdiff - man/Makefile
ipv{6,4}: Simplify some functions and introduce new ones.
[people/stevee/network.git] / man / Makefile
index 65b1a6031d30805601e4c2808e6f53ae2288f1ff..fba30cb4a79f18b9d70f10ec3c5c2761edb9442f 100644 (file)
@@ -27,14 +27,21 @@ MANPAGES_IN = $(foreach file,$(MANPAGES),$(file).in)
 
 MANPAGES8   = \
        network.8 \
-       network-zone.8
+       network-config.8 \
+       network-device.8 \
+       network-dns.8 \
+       network-route.8 \
+       network-zone.8 \
+       network-zone-bridge.8 \
+       network-zone-config-pppoe-server.8 \
+       network-zone-pppoe.8
 
 .PHONY: all
 all: $(MANPAGES)
        @: # Do nothing.
 
 # Replace all placeholders.
-$(MANPAGES): Makefile $(MANPAGES_IN)
+$(MANPAGES): ../Makeconfig Makefile $(MANPAGES_IN)
        sed \
                -e "s/@VERSION@/$(PACKAGE_VERSION)/g" \
                < $@.in > $@