From 4691d10278b5f6f6f45f1687e87f442f8e790be8 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Wed, 31 Mar 2010 15:59:15 +0000 Subject: [PATCH] - 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 --- core/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/Makefile b/core/Makefile index c51c9b41..8293a483 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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