$NetBSD: patch-ab,v 1.3 2002/02/18 15:14:38 seb Exp $

--- doc/Makefile.orig	Wed Apr 11 13:54:04 2001
+++ doc/Makefile
@@ -39,23 +39,23 @@
 	dvips auc-tex.dvi -o auc-tex.ps
 
 auctex: auc-tex.texi install.texi intro.texi changes.texi
-	-makeinfo auc-tex.texi
+	-$(MAKEINFO) auc-tex.texi
 	@echo "**********************************************************"
 	@echo "** If this gave trouble, maybe you need to install"
 	@echo "** a newer version of texinfo?"
 	@echo "**********************************************************"
 
 INSTALLATION: install.texi
-	-makeinfo --no-headers install.texi --output INSTALLATION
+	-$(MAKEINFO) --no-headers install.texi --output INSTALLATION
 
 README: intro.texi
-	-makeinfo --no-headers intro.texi --output README
+	-$(MAKEINFO) --no-headers intro.texi --output README
 
 CHANGES: changes.texi
-	-makeinfo --no-headers changes.texi --output CHANGES
+	-$(MAKEINFO) --no-headers changes.texi --output CHANGES
 
 HISTORY: history.texi
-	-makeinfo --no-headers history.texi --output HISTORY
+	-$(MAKEINFO) --no-headers history.texi --output HISTORY
 
 install: auctex
 	cp auctex auctex-* $(infodir)
