Use feature to explain that tpbconv has moved
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 2 Feb 2014 19:26:19 +0000 (20:26 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 4 Feb 2014 01:22:27 +0000 (02:22 +0100)
Also replaced generation of the the symlink, which will also trigger
the explanation.

Change-Id: I960713aec5bc511341221cd6d334298a2822c040

src/programs/CreateLinks.cmake.cmakein
src/programs/legacymodules.cpp

index 7341b2e3b1f35a52e840d4bfa13b84d74ae189c1..5e663d2ff7f00807a7b0b80b9c765b0ec050f7c1 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2012,2013, by the GROMACS development team, led by
+# Copyright (c) 2012,2013,2014, by the GROMACS development team, led by
 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
 # and including many others, as listed in the AUTHORS file in the
 # top-level source directory and at http://www.gromacs.org.
@@ -41,6 +41,7 @@ set(SYMLINK_NAMES
     gmxdump
     grompp
     pdb2gmx
+    tpbconv
     g_protonate
     g_x2top
     do_dssp
index 0f6282a388fc87408f8e4ab8f10b37585593ae30..6d1f0d9ef9ac73eee14b421d8457e92d11450806 100644 (file)
@@ -151,6 +151,7 @@ void registerLegacyModules(gmx::CommandLineModuleManager *manager)
                    "Convert coordinate files to topology and FF-compliant coordinate files");
     registerModule(manager, &gmx_convert_tpr, "convert-tpr",
                    "Make a modifed run-input file");
+    registerObsoleteTool(manager, "tpbconv");
 
     registerModule(manager, &gmx_protonate, "protonate",
                    "Protonate structures");