From 335f9886773f63f6363e6bfbafbdc7f2f9296d46 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 15 May 2012 02:56:14 +0000 Subject: [PATCH] Installing the documentation as well --- doc/Makefile | 2 ++ doc/project.conf | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 2611b67..548f2b8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -36,8 +36,10 @@ distclean: install: $(TARGETS) @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done + ./gtkdoc.sh -P "$(DESTDIR)$(PREFIX)" -i -- "gtkdoc/html.stamp" uninstall: @for i in $(SUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit; done + ./gtkdoc.sh -P "$(DESTDIR)$(PREFIX)" -u -- "gtkdoc/html.stamp" .PHONY: all subdirs clean distclean install uninstall diff --git a/doc/project.conf b/doc/project.conf index 7b5bc5d..0da6720 100644 --- a/doc/project.conf +++ b/doc/project.conf @@ -20,3 +20,4 @@ depends=gtkdoc/tmpl.stamp type=script script=./gtkdoc.sh depends=gtkdoc/libApp-docs.xml,gtkdoc/sgml.stamp,gtkdoc/tmpl.stamp +install=