maint: minor improvements to source index by mooffie

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
Yury V. Zaytsev 2016-02-21 20:21:57 +01:00
parent 89bd95c300
commit 2ed989827f
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ GLOBAL_VERSION="6.5.2"
GLOBAL_URL="http://ftp.gnu.org/pub/gnu/global/global-${GLOBAL_VERSION}.tar.gz" GLOBAL_URL="http://ftp.gnu.org/pub/gnu/global/global-${GLOBAL_VERSION}.tar.gz"
HTAGSFIX_URL="https://github.com/mooffie/htagsfix/raw/master/htagsfix" HTAGSFIX_URL="https://github.com/mooffie/htagsfix/raw/master/htagsfix"
mkdir CVS && pushd CVS # ignored by GLOBAL's indexer mkdir .global && pushd .global # ignored by GLOBAL's indexer
wget ${GLOBAL_URL} wget ${GLOBAL_URL}
tar zxvf global-${GLOBAL_VERSION}.tar.gz > /dev/null 2>&1 tar zxvf global-${GLOBAL_VERSION}.tar.gz > /dev/null 2>&1
@ -47,7 +47,7 @@ popd
gtags -v > /dev/null 2>&1 gtags -v > /dev/null 2>&1
htags --suggest > /dev/null 2>&1 htags --suggest -t "Welcome to the Midnight Commander source tour!" > /dev/null 2>&1
wget --no-check-certificate ${HTAGSFIX_URL} wget --no-check-certificate ${HTAGSFIX_URL}