diff options
author | James Almer <jamrial@gmail.com> | 2013-09-06 01:10:48 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-08 05:25:17 +0200 |
commit | e3d34100e73c256e250534d64eb5f07daf3d0fef (patch) | |
tree | 365379f2735414586c3a435092c402513bbafa86 /doc/Makefile | |
parent | ea538b0d64cf30942ea04631082f8814aa045031 (diff) | |
download | ffmpeg-e3d34100e73c256e250534d64eb5f07daf3d0fef.tar.gz |
doc: add *install-doc that covers all documentation
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 5671050e47..7415899751 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -88,6 +88,8 @@ $(DOCS) doc/doxy/html: | doc/ doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS) $(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^ +install-doc: install-html install-man + install-html: install-man: @@ -110,7 +112,9 @@ install-man: $(MANPAGES) $(INSTALL) -m 644 $(MANPAGES3) "$(MANDIR)/man3" endif -uninstall: uninstall-html uninstall-man +uninstall: uninstall-doc + +uninstall-doc: uninstall-html uninstall-man uninstall-html: $(RM) -r "$(DOCDIR)" |