From: Zbigniew Jędrzejewski-Szmek Date: Tue, 16 Jul 2013 03:13:12 +0000 (-0400) Subject: build-sys: make generated man pages part of the distribution tarball X-Git-Tag: v206~88 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b31c6d8d4f33502d6060e708f5252ee2ea8648ad;p=elogind.git build-sys: make generated man pages part of the distribution tarball They were removed by mistake, and since we ship .html files, we certainly should ship man pages. https://bugs.freedesktop.org/show_bug.cgi?id=61753 --- diff --git a/Makefile.am b/Makefile.am index 44cfd3ea1..0be3e79f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -607,7 +607,7 @@ EXTRA_DIST += \ $(XML_FILES) \ $(HTML_FILES) \ $(HTML_ALIAS) \ - $(dist_MANS) \ + $(man_MANS) \ make-man-index.py \ make-directive-index.py \ xml_helper.py