Add code to generate QR code for Android and a sample image
Jacob Appelbaum

Jacob Appelbaum commited on 2010-03-04 12:23:45
Zeige 2 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.

... ...
@@ -46,6 +46,9 @@ mirrors:
46 46
 	./update-mirrors.pl
47 47
 translations:
48 48
 	./po2wml.sh
49
+qrcode:
50
+	qrencode -o img/android/orbot-qr-code-latest.png \
51
+    "http://www.torproject.org/dist/android/alpha-orbot-latest.apk"
49 52
 
50 53
 # XXX: this also depends on all subs' wmlfiles.  How to fix?
51 54
 translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)