Adding target update-doc-sources to top-level Makefile that runs

genDocSourcesList.sh.
This commit is contained in:
Robin Sommer 2012-05-17 12:41:10 -07:00
parent 7cc863c5fc
commit ea2bd659f3
3 changed files with 151 additions and 1 deletions

View file

@ -41,6 +41,9 @@ broxygen: configured
broxygenclean: configured
$(MAKE) -C $(BUILD) $@
update-doc-sources:
./doc/scripts/genDocSourcesList.sh ./doc/scripts/DocSourcesList.cmake
dist:
@rm -rf $(VERSION_FULL) $(VERSION_FULL).tgz
@rm -rf $(VERSION_MIN) $(VERSION_MIN).tgz