summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-10-20 20:26:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2011-10-20 20:26:38 +0200
commit780a04f1961d766f524386eb9c58574738fbfbb3 (patch)
treea151ae8e9e2828491db359e3a8a7b8134fd39864
parent2461327901674af52cb19e73dbddfb7011268821 (diff)
downloadwolfbones-780a04f1961d766f524386eb9c58574738fbfbb3.tar.gz
wolfbones-780a04f1961d766f524386eb9c58574738fbfbb3.tar.bz2
added install of documentation
-rw-r--r--docs/GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/GNUmakefile b/docs/GNUmakefile
index eb3ca24..c874959 100644
--- a/docs/GNUmakefile
+++ b/docs/GNUmakefile
@@ -9,3 +9,7 @@ doc:
local_clean:
-@rm -rf doxygen 2>/dev/null
+
+local_install:
+ $(INSTALL) -d -m 0755 $(datadir)/doc/wolfbones
+ cp -R doxygen/html/ $(datadir)/doc/wolfbones