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
Original issue reported on code.google.com by
matthias...@gmail.com
on 18 Jun 2009 at 1:01