Skip to content
Snippets Groups Projects
Commit 3d648d70 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on Mafile and README

parent 5ea619af
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ $(ADVANCED_RELEASE:.tgz=.tar): $(STDRELEASE:.tgz=.tar) documentation
@cp -r $(WEBCRAWLER_CLIENT_DIR)/src/main/java/* $(TTOOL_TARGET)/src
@cp -r $(WEBCRAWLER_SERVER_DIR)/src/main/java/* $(TTOOL_TARGET)/src
@find $(TTOOL_TARGET)/src -type f -not \( -name '*.java' -o -name '*.gif' -o -name '*.jjt' -o -name '*.txt' \) -a -exec rm -f {} \;
@cp -R $(TTOOL_DOC)/README_src $(TTOOL_TARGET)/src
@cp $(TTOOL_DOC)/README_src $(TTOOL_TARGET)/src
@$(TAR) uf $@ -C $(TTOOL_TARGET_RELEASE) TTool/doc/srcdoc TTool/src
$(TTOOL_PREINSTALL_WINDOWS:.tgz=.tar): $(BASERELEASE:.tgz=.tar)
......
TTool, an open-source UML toolkit for modeling emebedded systems and procotols.
TTool is developed at ENST, http://labsoc.comelec.enst.fr/turtle/
TTool is developed at ENST, http://ttool.telecom-paristech.fr/
-------------------------------------------------------------------------------
The src directory contains all Java sources and images used to generate the jar archive of TTool, and of the launcher.
......
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