|
|
@@ -1,11 +1,6 @@
|
|
|
#
|
|
|
# You must set the $(lang) variable when you include this makefile.
|
|
|
#
|
|
|
-# You can use the $(po4a_translate_options) variable to specify additional
|
|
|
-# options to po4a.
|
|
|
-# For example: po4a_translate_options=-L KOI8-R -A KOI8-R
|
|
|
-#
|
|
|
-#
|
|
|
# This makefile deals with the manpages generated from POs with po4a, and
|
|
|
# should be included in an automake Makefile.am.
|
|
|
#
|
|
|
@@ -13,6 +8,10 @@
|
|
|
# If a man page cannot be generated (it is not sufficiently translated; the
|
|
|
# threshold is 80%), it won't be distributed, and the build won't fail.
|
|
|
#
|
|
|
+# This Makefile makes sure that the man pages that could be generated by
|
|
|
+# po4a are distributed, without failing if a given man page was not
|
|
|
+# generated (e.g. because it was not sufficiently translated).
|
|
|
+#
|
|
|
|
|
|
mandir = @mandir@/$(lang)
|
|
|
|