]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: fix make install problems
authorPatrick McHardy <kaber@trash.net>
Mon, 14 Apr 2014 10:04:31 +0000 (12:04 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 14 Apr 2014 10:04:31 +0000 (12:04 +0200)
-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>
doc/.gitignore
doc/Makefile.in
doc/nft.xml [moved from doc/nftables.xml with 100% similarity]

index fc24d4991ce32dfca684b86af7d14a532d6ac2f8..8e11d1e4755e7fee7add2e0394a2c0f74c295497 100644 (file)
@@ -1,2 +1,2 @@
-nftables.8
-nftables.pdf
+nft.8
+nft.pdf
index e0732adb76f69270d07136fe35302e6d045d7537..1ec856c9ee19c493dc2f3061b8dcd5d8a97f4cd6 100644 (file)
@@ -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:
similarity index 100%
rename from doc/nftables.xml
rename to doc/nft.xml