summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--doc/.gitignore4
-rw-r--r--doc/Makefile.in4
-rw-r--r--doc/nft.xml (renamed from doc/nftables.xml)0
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
index fc24d499..8e11d1e4 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,2 +1,2 @@
-nftables.8
-nftables.pdf
+nft.8
+nft.pdf
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:
diff --git a/doc/nftables.xml b/doc/nft.xml
index 702891c2..702891c2 100644
--- a/doc/nftables.xml
+++ b/doc/nft.xml