diff options
-rw-r--r-- | doc/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index e5f68f2..b561f71 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,7 +13,9 @@ A2X_ARGS = \ -f manpage endif -dist_doc_DATA = \ +doc_langs = fr de es nl ru pt_BR + +nobase_dist_doc_DATA = \ manual.html \ submitting-patches.html \ add.txt \ @@ -38,7 +40,8 @@ dist_doc_DATA = \ save.txt \ tab.txt \ view.txt \ - vnote.txt + vnote.txt \ + $(foreach lang, $(doc_langs), $(wildcard $(lang)/*.txt)) dist_man_MANS = \ calcurse.1 |