|
[Rivet-svn] r2729 - trunkblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Oct 28 17:11:46 BST 2010
Author: buckley Date: Thu Oct 28 17:11:45 2010 New Revision: 2729 Log: Use completion for bash shell, and install the rivetenv scripts Modified: trunk/Makefile.am trunk/rivetenv.sh.in Modified: trunk/Makefile.am ============================================================================== --- trunk/Makefile.am Thu Oct 28 16:02:22 2010 (r2728) +++ trunk/Makefile.am Thu Oct 28 17:11:45 2010 (r2729) @@ -1,6 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src pyext data include bin doc test +dist_pkgdata_DATA = rivetenv.sh rivetenv.csh + EXTRA_DIST = GUIDELINES doc: Modified: trunk/rivetenv.sh.in ============================================================================== --- trunk/rivetenv.sh.in Thu Oct 28 16:02:22 2010 (r2728) +++ trunk/rivetenv.sh.in Thu Oct 28 17:11:45 2010 (r2729) @@ -8,3 +8,5 @@ export PYTHONPATH="@RIVET_PYTHONPATH@:$PYTHONPATH" export TEXMFHOME="@datadir@/Rivet/texmf:$TEXMFHOME" export HOMETEXMF="@datadir@/Rivet/texmf:$HOMETEXMF" + +if (complete &> /dev/null); then source "@datadir@/Rivet/rivet-completion"; fi
More information about the Rivet-svn mailing list |