Преглед изворни кода

Fix quotes (grmpf)

I noticed an Oops.
opt_es:"-L ISO-8859-1"    -A utf-8       \
it's outside quotes. Doesn't throw any error, just doesn't do its job.
Omar Campagne пре 16 година
родитељ
комит
85c60fecfe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      man/po/po4a.cfg

+ 1 - 1
man/po/po4a.cfg

@@ -4,7 +4,7 @@
 # Make sure the man pages are generated with the right encoding.
 [po4a_alias:man] man                                      \
                  opt_de:"-L ISO-8859-1"                   \
-                 opt_es:"-L ISO-8859-1"    -A utf-8       \
+                 opt_es:"-L ISO-8859-1     -A utf-8"      \
                  opt_fr:"-L ISO-8859-1"                   \
                  opt_hu:"-L ISO-8859-2     -A ISO-8859-2" \
                  opt_ja:"-L euc-jp         -A utf-8"      \