From 780a04f1961d766f524386eb9c58574738fbfbb3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 20 Oct 2011 20:26:38 +0200 Subject: added install of documentation --- docs/GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3-54-g00ecf