From: <man...@us...> - 2013-12-10 23:46:28
|
Revision: 3437 http://sourceforge.net/p/modplug/code/3437 Author: manxorist Date: 2013-12-10 23:46:15 +0000 (Tue, 10 Dec 2013) Log Message: ----------- [Imp] libopenmpt doc: Include svn revision in version number. Modified Paths: -------------- trunk/OpenMPT/Makefile trunk/OpenMPT/libopenmpt/Doxyfile Modified: trunk/OpenMPT/Makefile =================================================================== --- trunk/OpenMPT/Makefile 2013-12-10 23:19:43 UTC (rev 3436) +++ trunk/OpenMPT/Makefile 2013-12-10 23:46:15 UTC (rev 3437) @@ -387,7 +387,7 @@ bin/made.docs: $(VERYSILENT)mkdir -p bin/docs $(INFO) [DOXYGEN] libopenmpt - $(SILENT)doxygen libopenmpt/Doxyfile + $(SILENT) ( cat libopenmpt/Doxyfile ; echo 'PROJECT_NUMBER = "$(DIST_LIBOPENMPT_VERSION)"' ) | doxygen - $(VERYSILENT)touch $@ .PHONY: check Modified: trunk/OpenMPT/libopenmpt/Doxyfile =================================================================== --- trunk/OpenMPT/libopenmpt/Doxyfile 2013-12-10 23:19:43 UTC (rev 3436) +++ trunk/OpenMPT/libopenmpt/Doxyfile 2013-12-10 23:46:15 UTC (rev 3437) @@ -38,7 +38,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = "0.1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |