[Positioning] Doxyfile: use $OWLPS_VERSION

This commit is contained in:
Matteo Cypriani 2011-05-04 11:31:13 +02:00
parent b1d706bf9c
commit e067efb42a
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ PROJECT_NAME = "OWLPS Positioning"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.9.1
PROJECT_NUMBER = $(OWLPS_VERSION)
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@ -24,7 +24,7 @@ MKDIR = mkdir -pv
# Other tools
STYLE = astyle --style=gnu --formatted
CPPCHECK = cppcheck --quiet --enable=all
DOXYGEN = doxygen >/dev/null
DOXYGEN = OWLPS_VERSION=$(OWLPS_VERSION) doxygen >/dev/null
# Compilation tools
COLORGCC := $(shell which colorgcc >/dev/null 2>&1 ; echo $$?)