Description: fix the doc path and avoid to install undesirable files.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2015-04-01
Index: netdiscover-0.3beta6+20080409/Makefile.am
===================================================================
--- netdiscover-0.3beta6+20080409.orig/Makefile.am
+++ netdiscover-0.3beta6+20080409/Makefile.am
@@ -5,15 +5,9 @@
 
 SUBDIRS = src doc
 
-netdiscoverdocdir = ${prefix}/doc/netdiscover
+netdiscoverdocdir = ${prefix}/share/doc/netdiscover
 netdiscoverdoc_DATA = \
 	README\
-	README.rpm\
-	COPYING\
-	AUTHORS\
-	ChangeLog\
-	INSTALL\
-	NEWS\
 	TODO
 
 EXTRA_DIST = $(netdiscoverdoc_DATA) rpm/mandriva.spec rpm/redhat.spec
