Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
fixed bug: wrong version of lang file was being aliased. unminified v…
Browse files Browse the repository at this point in the history
…ersion instead of minified
  • Loading branch information
[email protected] committed Mar 4, 2013
1 parent b193e34 commit 12a2783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ distrib.tstamp: src/prettify.js src/run_prettify.js src/*.js src/*.css
lang-aliases : lang-aliases.tstamp
lang-aliases.tstamp : distrib.tstamp
@tools/lang-handler-aliases.sh \
distrib/sources/google-code-prettify/src \
distrib/google-code-prettify \
| perl -ne 'system("cp $$1 $$2") if m/^(\S+) (\S+)$$/ && ! -e $$2' \
&& touch lang-aliases.tstamp

Expand Down
5 changes: 2 additions & 3 deletions tools/cut-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ fi
# Make the distribution
function build() {
pushd "$VERSION_BASE/trunk" > /dev/null
make clean \
&& make distrib distrib/prettify.tar.bz2 distrib/prettify-small.tar.bz2 \
&& make lang-aliases
make distrib distrib/prettify.tar.bz2 distrib/prettify-small.tar.bz2 \
lang-aliases
local status=$?
popd > /dev/null
(($status))
Expand Down

0 comments on commit 12a2783

Please sign in to comment.