- Sep 05, 2016
-
-
Remove the `autogen` command from `dunecontrol`. After the removal of autotools support, running `dunecontrol autogen` would just return an error anyway: ``` $ ./dunecontrol --only=dune-common autogen [...] ./dune-common/bin/dunecontrol: line 341: run_default_autogen: command not found [...] ``` In addition the `dune-autogen` script was already removed in 4935e077.
-
- Aug 02, 2016
-
-
- Feb 25, 2015
-
-
Christian Engwer authored
-
- Feb 19, 2015
-
-
Felix Gruber authored
CMAKE_INSTALL_DATADIR already includes the subdirectory share, so drop it from the install path of the dunecontrol bash-completion script in the corresponding CMakeLists.txt.
-
- Oct 06, 2014
-
-
Ansgar Burchardt authored
-
- Apr 09, 2014
-
-
Christoph Grüninger authored
-
- Mar 21, 2014
-
-
Oliver Sander authored
-
Tobias Malkmus authored
-
- Mar 18, 2014
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
we install dune.complete into $PREFIX/share/bash-complete/ upto now you have to source the file by hand.
-