This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via d64232857f0895b73f637f3985442a2cda23da72 (commit) from 7e9e270e7fb4be007cd4027fa7130ac079bc8fd2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/d64232857f0895b73f637f3985442a2cda23d...
commit d64232857f0895b73f637f3985442a2cda23da72 Author: Jiri BlueBear Dluhos jiri.bluebear.dluhos@gmail.com Date: Mon May 7 18:21:52 2012 +0200
Added the "doc" target to the main Makefile.
diff --git a/post.mk b/post.mk index bafd7fb..84ef703 100644 --- a/post.mk +++ b/post.mk @@ -5,7 +5,7 @@ ifndef SUBDIRS SUBDIRS= endif
-.PHONY: $(SUBDIRS) all clean rebuild help +.PHONY: $(SUBDIRS) all clean rebuild help doc
all: $(SUBDIRS) clean: $(SUBDIRS) @@ -16,6 +16,8 @@ help: @echo "" @echo "help: prints this help" @echo "" + @echo "doc: builds (only) the documentation" + @echo "" @echo "clean: cleans current directory and all subdirectories" @echo "" @echo "all: make current directory and all subdirectories" @@ -26,6 +28,9 @@ help: @echo "'VERBOSE' shell variable as 'VERBOSE=1 make'" @echo ""
+doc: + cd doc && make + # # Determine mode (eg do not generate anything if not in compile mode #
-----------------------------------------------------------------------
Summary of changes: post.mk | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.