[Telepathy-commits] [telepathy-qt4/master] doxygen.cfg.in: don't try to use PROJECT_NUMBER

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Dec 3 09:59:37 PST 2008


Using $(shell git ...) here doesn't actually work.
---
 doxygen.cfg.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 34e0d92..4f3388b 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -31,7 +31,7 @@ PROJECT_NAME           = $(PROJECT)-$(VERSION)
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = $(shell git rev-parse --short)
+PROJECT_NUMBER         =
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list