Do not forget to actually call uglifier when needed

This commit is contained in:
Yevgen Muntyan 2008-09-24 00:07:22 -05:00
parent 041bb0e151
commit 2a7627a088
2 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,7 @@ intltool-update.in
ltmain.sh
missing
mkinstalldirs
m4/ugly-stamp.m4
syntax: regexp

View File

@ -277,7 +277,8 @@ if [ -z "$1" ]; then
elif [ "$1" = "--stamp" ]; then
shift
generate_ugly_stamp "$@"
exit 0
top_srcdir=.
input=`find_input .`
else
top_srcdir="$1"
input="$2/Makefile.ug"