summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2014-04-14 12:04:31 +0200
committerPatrick McHardy <kaber@trash.net>2014-04-14 12:04:31 +0200
commitb3e2f7f71e8cd6945e18a99a489aedc6f9860f74 (patch)
treec0e54f0503dd5e208e805fd845336df6da1d49fb /doc/Makefile.in
parentf5696fc5d541275db038bb71eb47253aafc5ab07 (diff)
doc: fix make install problems
-e INSTALL doc /usr/bin/install: cannot stat 'doc/nftables.8': No such file or directory make[1]: *** [install] Error 1 make: *** [doc] Error 2 Rename everything to nft.* to fix this up. Reported-by: Ana Rey <anarey@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e0732adb..1ec856c9 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,5 +1,5 @@
-mandocs-@CONFIG_MAN@ += doc/nftables.8
-pdfdocs-@CONFIG_PDF@ += doc/nftables.pdf
+mandocs-@CONFIG_MAN@ += doc/nft.8
+pdfdocs-@CONFIG_PDF@ += doc/nft.pdf
all: $(mandocs-y) $(pdfdocs-y)
clean: