[vlc-devel] commit: Install the manpages (Christophe Mutricy )
git version control
git at videolan.org
Sat Sep 6 18:12:44 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat Sep 6 17:15:52 2008 +0100| [116ca8af6fe761594552f6ff85068c673bdb9274] | committer: Christophe Mutricy
Install the manpages
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=116ca8af6fe761594552f6ff85068c673bdb9274
---
doc/Makefile.am | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 06e9923..2730168 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 \
More information about the vlc-devel
mailing list