- removed the 'doc' and 'fulldoc' targets (moved to doc/).

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1746 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 17 years ago
parent 44ba8c3cc2
commit 4691d10278

@ -29,16 +29,6 @@ modules:
.PHONY: deps
deps: $(DEPS)
.PHONY: doc
doc:
rm -Rf doxygen_output; doxygen doxygen_proj ; \
rm -rf ../doc/doxygen_doc ; mv doxygen_output ../doc/doxygen_doc
.PHONY: fulldoc
fulldoc:
rm -Rf doxygen_output; doxygen doxygen_fulldoc ; \
rm -rf ../doc/doxygen_fulldoc ; mv doxygen_output ../doc/doxygen_fulldoc
COREPATH=.
include ../Makefile.defs

Loading…
Cancel
Save