diff options
| author | Vincent Belaïche <vincentb1@users.sourceforge.net> | 2026-05-02 19:19:58 +0200 |
|---|---|---|
| committer | Vincent Belaïche <vincentb1@users.sourceforge.net> | 2026-05-29 09:27:47 +0200 |
| commit | e3b2d6f862913e30c33f9b3b5789e4cf0c844f27 (patch) | |
| tree | eab160e2fe3d29f14d1502584c998c85ed22c843 /Makefile.in | |
| parent | 2455b32dd31689e75bd34101431c9410297e5aca (diff) | |
Set DOCLANGS with autoconf depending on texinfo.tex/texindex versions.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d5a78c1d694..b9164afa55d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -115,8 +115,7 @@ HAVE_GSETTINGS = @HAVE_GSETTINGS@ ANDROID = @ANDROID@ -# TODO : make a configure option to keep only desired languages -DOCLANGS?=default fr +DOCLANGS?=@DOCLANGS@ # ==================== Where To Install Things ==================== |
