Skip to content
Snippets Groups Projects
Commit 0304bb3e authored by Goik Martin's avatar Goik Martin
Browse files

add target "dirty2" for dependent compilations

parent c97b5e40
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,13 @@ BUILDBASE=$(BUILDROOT)/$(SCRIPTBASENAME)
BUILDNAVI=$(BUILDBASE)/navi/$(PLUGINID)
BUILDNONAVI=$(BUILDBASE)/nonavi/$(PLUGINID)
JAVADOCDESTDIR=${BUILDNAVI}/Ref/api
#
# Fixme: compile required sources in advance
#
dirty:
cd P/Gcd/V1;mvn install
cd ../ws/eclipse/HtmlExtensionTaglet;mvn compile
#
#Rule to build javadoc from pom.xml file
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment