diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-20 06:18:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-20 06:18:33 +0000 |
commit | b787101d5d31e4ccee381d4d6d5f48372f0783ba (patch) | |
tree | e8f51553056d2cc945bb5873f617d46fa6a650f4 /libs/Makefile.am | |
parent | Fix bug number. (diff) | |
download | eselect-b787101d5d31e4ccee381d4d6d5f48372f0783ba.tar.gz eselect-b787101d5d31e4ccee381d4d6d5f48372f0783ba.tar.bz2 eselect-b787101d5d31e4ccee381d4d6d5f48372f0783ba.zip |
New modules for the EDITOR, VISUAL, and PAGER environment variables.
svn path=/trunk/; revision=472
Diffstat (limited to 'libs/Makefile.am')
-rw-r--r-- | libs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/Makefile.am b/libs/Makefile.am index fadccd8..07a0c4d 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -4,6 +4,7 @@ eselectlibs_SCRIPTS = \ config.bash \ core.bash \ default.eselect \ + editor-variable.eselect \ manip.bash \ multilib.bash \ output.bash \ @@ -18,6 +19,7 @@ EXTRA_DIST = \ config.bash.in \ core.bash.in \ default.eselect.in \ + editor-variable.eselect.in \ manip.bash.in \ multilib.bash.in \ output.bash.in \ |