]> git.sesse.net Git - vlc/commitdiff
Install the manpages
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 6 Sep 2008 16:15:52 +0000 (17:15 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 6 Sep 2008 16:15:52 +0000 (17:15 +0100)
doc/Makefile.am

index 06e99239b2b9b7163307b0b4bcc7f67a265a1cb9..2730168d6d8907422b0a0da8ef3dc146a21f2373 100644 (file)
@@ -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 \