- Create theide.desktop in upp user directory and copy theide.png too
- Add an user xdg menu entry for theide
- Add an uninstall script that t only removes theide xdg menu entry for now
git-svn-id: svn://ultimatepp.org/upp/trunk@12782 f0d560ea-af0d-0410-9eb7-867de7ffcac7
- Add show_usage()
- Add parameters
- Enable c++ compiler
- Use environment variables
Other modifications:
- Make bash the default shell in Makefile domake and doinstall
- Simplify upp-devel (using make make install directly)
- Fix documentation accordingly
git-svn-id: svn://ultimatepp.org/upp/trunk@10722 f0d560ea-af0d-0410-9eb7-867de7ffcac7
- removed 'function' keyword (only work in bash)
- replaced 'echo' by 'which echo' because in old /bin/sh, echo is replaced by an internal version that doesn't support escape character (-> we had no color in stdout)
- add --verbose parameter to 'doinstall' in Makefile in order to see installation details
git-svn-id: svn://ultimatepp.org/upp/trunk@10695 f0d560ea-af0d-0410-9eb7-867de7ffcac7