File fix-automake.diff of Package limal-nfs-server
Index: limal-nfs-server-1.6.1/doc/autodocs/Makefile.am =================================================================== --- limal-nfs-server-1.6.1.orig/doc/autodocs/Makefile.am 2007-08-06 09:56:29.000000000 +0200 +++ limal-nfs-server-1.6.1/doc/autodocs/Makefile.am 2010-10-12 07:37:12.370931751 +0200 @@ -4,7 +4,7 @@ htmldir = $(docdir)/autodocs -html_DATA = index.html $(wildcard *.html *.png *.css *.gif) @RPMNAME@.tag +html_DATA = index.html $(filter-out index.html, $(wildcard *.html *.png *.css *.gif)) @RPMNAME@.tag CLEANFILES = $(html_DATA) doxygen.log doxygen.conf installdox