Installing the documentation as well

This commit is contained in:
Pierre Pronchery 2012-05-15 02:56:14 +00:00
parent f6abcb070d
commit 335f988677
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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=