[or-cvs] r23585: {website} make qrcode image generation work again. (website/trunk)

Andrew Lewman andrew at torproject.org
Mon Oct 11 19:03:31 UTC 2010


Author: phobos
Date: 2010-10-11 19:03:31 +0000 (Mon, 11 Oct 2010)
New Revision: 23585

Modified:
   website/trunk/Makefile
Log:
make qrcode image generation work again.


Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2010-10-11 17:24:57 UTC (rev 23584)
+++ website/trunk/Makefile	2010-10-11 19:03:31 UTC (rev 23585)
@@ -43,7 +43,7 @@
 translations:
 	./po2wml.sh
 qrcode:
-	qrencode -o img/android/orbot-qr-code-latest.png \
+	qrencode -o $(IMGROOT)/android/orbot-qr-code-latest.png \
     "https://www.torproject.org/dist/android/alpha-orbot-latest.apk"
 
 # XXX: this also depends on all subs' wmlfiles.  How to fix?



More information about the tor-commits mailing list