patrickpeng2091 / lsyncd

Automatically exported from code.google.com/p/lsyncd
GNU General Public License v2.0
0 stars 0 forks source link

The lsyncd.conf.xml.5 man page gets installed in man1 #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Because it's right next to the lsyncd.1 page, to be installed as man1 in
Maikefile.am, the lsyncd.conf.xml.5 gets installed in the wrong place, as
it should go to man5.

The fix is trivial :

-nodist_man1_MANS = doc/lsyncd.1 doc/lsyncd.conf.xml.5
+nodist_man1_MANS = doc/lsyncd.1
+nodist_man5_MANS = doc/lsyncd.conf.xml.5

Original issue reported on code.google.com by matthias...@gmail.com on 18 Jun 2009 at 1:01

GoogleCodeExporter commented 9 years ago

Original comment by axk...@gmail.com on 11 Jul 2010 at 7:03