Description: Ignore documentation on "make install"
 This patch changes the "install" target in the Makefile.in template such
 that it does not attempt to install documentation. We take care of
 installing the documentation and examples properly through the packaging
 metadata.
Author: Anselm Lingnau <lingnau@debian.org>

--- abcm2ps-7.8.9.orig/Makefile.in
+++ abcm2ps-7.8.9/Makefile.in
@@ -45,14 +45,13 @@ DOCFILES=$(addprefix $(srcdir)/,Changes
 install: abcm2ps
 	mkdir -p $(DESTDIR)$(bindir); \
 	mkdir -p $(DESTDIR)$(datadir)/abcm2ps; \
-	mkdir -p $(DESTDIR)$(docdir)/abcm2ps; \
 	$(INSTALL_PROGRAM) abcm2ps $(DESTDIR)$(bindir)
 	for f in $(srcdir)/*.fmt; do \
 		$(INSTALL_DATA) $$f $(DESTDIR)$(datadir)/abcm2ps; \
 	done
-	for f in $(DOCFILES); do \
-		$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/abcm2ps; \
-	done
+	# for f in $(DOCFILES); do \
+	#	$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/abcm2ps; \
+	# done
 
 uninstall:
 	echo "uninstalling..."; \
