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

Stefano Sabatini stefasab at gmail.com
Sat Aug 11 12:01:29 CEST 2012


Consistent with --enable-doc, and easier to type.
---
 doc/Makefile |    6 ++++--
 1 files 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
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list