Automake doesn't like info files being mentioned in CLEANFILES.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 8 Sep 2013 12:42:32 +0000 (14:42 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 8 Sep 2013 12:42:32 +0000 (14:42 +0200)
doc/Makefile.am

index 3aa7f1c03a41022774c45370e3b463d1336266e0..a666d3bb9b24db0ba573d35c29b0d33c1743d723 100644 (file)
@@ -6,7 +6,7 @@ man_MANS = tincd.8 tinc.8 tinc.conf.5 tinc-gui.8
 
 EXTRA_DIST = tincinclude.texi.in tincd.8.in tinc.8.in tinc.conf.5.in tinc-gui.8.in sample-config.tar.gz
 
 
 EXTRA_DIST = tincinclude.texi.in tincd.8.in tinc.8.in tinc.conf.5.in tinc-gui.8.in sample-config.tar.gz
 
-CLEANFILES = *.html tinc.info tincd.8 tinc.8 tinc.conf.5 tinc-gui.8 tincinclude.texi
+CLEANFILES = *.html tincd.8 tinc.8 tinc.conf.5 tinc-gui.8 tincinclude.texi
 
 # Use `ginstall' in the definition of man_MANS to avoid
 # confusion with the `install' target.  The install rule transforms `ginstall'
 
 # Use `ginstall' in the definition of man_MANS to avoid
 # confusion with the `install' target.  The install rule transforms `ginstall'