]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Kick translation again.
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Jul 2009 14:21:01 +0000 (02:21 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Jul 2009 14:21:01 +0000 (02:21 +1200)
install does not NEED to be translating, and it seems to cause an issue
that did not show up my local testing.

Makefile proved useless to langpack.

errors/Makefile.am
mksnapshot.sh

index 129cfdc663d161755cb6ec7fe604e8bda8cda3be..eeb7e98ffac06bcf0ae049b67a97b0e906e567c2 100644 (file)
@@ -14,7 +14,7 @@ DEFAULT_STYLESHEET    = $(sysconfdir)/errorpage.css
 TRANSLATIONPO=`ls -1 $(top_srcdir)/errors/*.po 2>/dev/null | grep -o -E "[a-z\-]+\.po" | sed s/.po//`
 TRANSLATIONDIR=`ls -1 $(srcdir)/ $(builddir)/ 2>/dev/null | sed -e 's%$(srcdir)/%%' -e 's%$(builddir)/%%' -e 's%.po%%' `
 
-install-data-local: translate
+install-data-local:
        for l in $(TRANSLATIONDIR) ; do \
          if test -d $(srcdir)/$$l; then \
                $(mkinstalldirs) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l && \
index ddcd3fdcdaa92a4c38f685728fdedc0cb6a9faaf..5d095f6966c79b93150b97385c4f5807a90f156d 100755 (executable)
@@ -115,6 +115,6 @@ fi
 # Generate language-pack tarballs
 # NP: Only to be done on HEAD branch.
 if test "${VERSION}" = "3.HEAD" ; then
-       sh -c "cd $tmpdir/errors && tar -zcf ${PWD}/${PACKAGE}-${VERSION}-${date}-langpack.tar.gz ./*/* ./alias* ./Makefile "
+       sh -c "cd $tmpdir/errors && tar -zcf ${PWD}/${PACKAGE}-${VERSION}-${date}-langpack.tar.gz ./*/* ./alias* "
        echo ${PACKAGE}-${VERSION}-${date}-langpack.tar.gz >>${tag}.out
 fi