git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@271 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-01-03 22:49:25 +00:00
parent a71388e74e
commit 5c35080665
2 changed files with 2 additions and 3 deletions

View File

@ -128,8 +128,7 @@ install_mod: modules
@echo done
dox:
cd docs
doxygen $(PWD)/docs/Doxygen.conf
cd docs && doxygen $(PWD)/docs/Doxygen.conf
eclean: clean
rm -f `find . -type f -name \*~`

View File

@ -991,7 +991,7 @@ install_mod: modules
@echo done
dox:
doxygen $(PWD)/docs/Doxygen.conf
cd docs && doxygen $(PWD)/docs/Doxygen.conf
eclean: clean
rm -f `find . -type f -name \*~`