diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-12 02:05:06 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-12 03:01:59 -0500 |
commit | feef0842cfa8abe8b76c16e026217bad7e90f283 (patch) | |
tree | 3c0f1d1bf34f63fd12d47bcf95131369f03f12d4 | |
parent | 21ac6ff143cc8bebfbd1818af28e8c6f82cd5265 (diff) |
build-sys: add less-variables.xml to EXTRA_DIST
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 09547d32d3..da25b1dfbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -644,7 +644,8 @@ EXTRA_DIST += \ tools/make-man-index.py \ tools/make-directive-index.py \ tools/make-man-rules.py \ - tools/xml_helper.py + tools/xml_helper.py \ + man/less-variables.xml # ------------------------------------------------------------------------------ noinst_LTLIBRARIES += \ |