]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Include manual pages into distribution.
authorVincent Bernat <bernat@luffy.cx>
Thu, 24 Sep 2009 09:28:24 +0000 (11:28 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 30 Sep 2009 12:24:44 +0000 (14:24 +0200)
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

index cda81b37067cce9ad1645ce255c6735c68b0053e..30908afb7b4cd0f7176de3209c5a09b2a86127f3 100644 (file)
@@ -1 +1,2 @@
 man_MANS = lldpd.8 lldpctl.8
+EXTRA_DIST = $(man_MANS)