Strip out git commit numbers from doxygen documentation

This commit is contained in:
ridiculousfish 2013-09-30 16:03:34 -07:00
parent 2f33e5919d
commit 084e435883

View file

@ -324,9 +324,10 @@ prof: all
# Depend on the sources (*.hdr.in) and manually make the # Depend on the sources (*.hdr.in) and manually make the
# intermediate *.hdr and doc.h files if needed # intermediate *.hdr and doc.h files if needed
# The sed command deletes everything including and after the first -, for simpler version numbers
user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html $(HELP_SRC) doc.h $(HDR_FILES) user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html $(HELP_SRC) doc.h $(HDR_FILES)
(cat Doxyfile.user ; echo PROJECT_NUMBER=$(FISH_BUILD_VERSION)) | doxygen - && touch user_doc (cat Doxyfile.user ; echo PROJECT_NUMBER=$(FISH_BUILD_VERSION) | sed "s/-.*//") | doxygen - && touch user_doc
# #