From: Christophe Mutricy Date: Sat, 6 Sep 2008 16:15:52 +0000 (+0100) Subject: Install the manpages X-Git-Tag: 1.0.0-pre1~3488 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=116ca8af6fe761594552f6ff85068c673bdb9274;p=vlc Install the manpages --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 06e99239b2..2730168d6d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,12 +22,15 @@ CHANGELOGS = \ ChangeLog-2008 \ $(NULL) +man1_MANS = \ + vlc.1 \ + vlc-wrapper.1 \ + vlc-config.1 + EXTRA_DIST = \ $(CHANGELOGS) \ - vlc.1 \ - vlc-wrapper.1 \ - vlc-config.1 \ - bugreport-howto.txt \ + $(man_MANS) \ + bugreport-howto.txt \ fortunes.txt \ intf-cdda.txt \ intf-vcd.txt \