[FFmpeg-cvslog] doc/Makefile: add doc target, as an alias for "documentation"

Stefano Sabatini git at videolan.org
Sat Aug 18 10:55:08 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Aug 11 11:58:57 2012 +0200| [8e2cf68d091ad59749aab085c2c08091ddbeea76] | committer: Stefano Sabatini

doc/Makefile: add doc target, as an alias for "documentation"

Consistent with --enable-doc, and easier to type.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e2cf68d091ad59749aab085c2c08091ddbeea76
---

 doc/Makefile |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 3fe6921..e594c44 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -18,7 +18,9 @@ DOCS-$(CONFIG_MANPAGES)  += $(MANPAGES)
 DOCS-$(CONFIG_TXTPAGES)  += $(TXTPAGES)
 DOCS = $(DOCS-yes)
 
-all-$(CONFIG_DOC): documentation
+all-$(CONFIG_DOC): doc
+
+doc: documentation
 
 documentation: $(DOCS)
 
@@ -72,4 +74,4 @@ clean::
 
 -include $(wildcard $(DOCS:%=%.d))
 
-.PHONY: documentation
+.PHONY: doc documentation



More information about the ffmpeg-cvslog mailing list