From 91a36cea4b324ab7f1261b6c2f4291a1a0715733 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 24 Sep 2009 11:28:24 +0200 Subject: [PATCH] Include manual pages into distribution. By default, manual pages are not included in "make dist". We add them by adding them in EXTRA_DIST. See: http://gnu.huihoo.org/automake-1.4/html_node/automake_50.html --- man/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/man/Makefile.am b/man/Makefile.am index cda81b37..30908afb 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1 +1,2 @@ man_MANS = lldpd.8 lldpctl.8 +EXTRA_DIST = $(man_MANS) -- 2.39.5