Roger Dingledine commited on 2009-06-07 21:42:32
Zeige 1 geänderte Dateien mit 11 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -1,3 +1,14 @@ |
| 1 |
+# Directions for adding a new language: |
|
| 2 |
+# 1. Add the two-letter code to LANGS below. |
|
| 3 |
+# 2. Add a new "%.html.es: es/%.wml en/%.wml" clause below. |
|
| 4 |
+# 3. Add a new ".deps/%.html.es.d: es/%.wml .deps/.stamp" clause below. |
|
| 5 |
+# 4. mkdir a new two-letter directory. Make sure there's a foot.wmi |
|
| 6 |
+# and navigation.wmi. |
|
| 7 |
+# 5. Edit include/perl-globals.wmi, add to @LANGUAGES and %LANGUAGES. |
|
| 8 |
+# You might find useful %LANGUAGES strings at the bottom of |
|
| 9 |
+# http://debian.org/ |
|
| 10 |
+# 6. Add a new images/es.png flag image. |
|
| 11 |
+ |
|
| 1 | 12 |
WMLOPT = \ |
| 2 | 13 |
-I $(WMLBASE)/include \ |
| 3 | 14 |
-D DOCROOT=$(WMLBASE) \ |
| 4 | 15 |