Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Add doc and install-doc targets to the Makefile
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index cf162a9daedc850c533f6326ba70b755f41d0c71..dd3c6ccb600823b06ec877034f998ab9d313bc75 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-192,6
+192,12
@@
rpm: dist
test: all
$(MAKE) -C t/ all
+doc:
+ $(MAKE) -C Documentation all
+
+install-doc:
+ $(MAKE) -C Documentation install
+
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
rm -f git-core-*.tar.gz git-core.spec