markup-validator commit: Be less specific about path to yuicompressor jar.

changeset:   3253:b7c87ffc4701
tag:         tip
user:        Ville Skyttä <ville.skytta@iki.fi>
date:        Thu Oct 27 17:29:23 2011 +0300
files:       Makefile
description:
Be less specific about path to yuicompressor jar.


diff -r 354373f39936 -r b7c87ffc4701 Makefile
--- a/Makefile	Wed Oct 26 22:30:27 2011 +0300
+++ b/Makefile	Thu Oct 27 17:29:23 2011 +0300
@@ -11,7 +11,7 @@
 PERLTIDY = perltidy --profile=misc/perltidyrc --backup-and-modify-in-place
 PERLCRITIC = perlcritic --profile misc/perlcriticrc
 
-YUICOMPRESSOR = java -jar /usr/share/java/yuicompressor-2.4.2.jar
+YUICOMPRESSOR = java -jar $(wildcard /usr/share/java/yuicompressor*.jar)
 GZIP = gzip -9n
 
 VALIDATOR_URI = http://localhost/w3c-validator/check

Received on Thursday, 27 October 2011 14:29:41 UTC