Rex Dieter 1cb4748
diff -up enblend-enfuse-4.1.1/doc/Makefile.am.doc enblend-enfuse-4.1.1/doc/Makefile.am
Rex Dieter 1cb4748
diff -up enblend-enfuse-4.1.1/doc/Makefile.in.doc enblend-enfuse-4.1.1/doc/Makefile.in
Rex Dieter 1cb4748
--- enblend-enfuse-4.1.1/doc/Makefile.in.doc	2013-02-15 08:14:30.000000000 -0600
Rex Dieter 1cb4748
+++ enblend-enfuse-4.1.1/doc/Makefile.in	2013-03-14 12:18:42.002825015 -0500
Rex Dieter 1cb4748
@@ -387,12 +387,12 @@ smooth-edge.gp: $(top_builddir)/config.s
Rex Dieter 1cb4748
 	rm -rf $$backupdir; exit $$rc
Rex Dieter 1cb4748
 
Rex Dieter 1cb4748
 .texi.dvi:
Rex Dieter 1cb4748
-	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
Rex Dieter 1cb4748
+	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS:" \
Rex Dieter 1cb4748
 	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
Rex Dieter 1cb4748
 	$(TEXI2DVI) $<
Rex Dieter 1cb4748
 
Rex Dieter 1cb4748
 .texi.pdf:
Rex Dieter 1cb4748
-	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
Rex Dieter 1cb4748
+	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS:" \
Rex Dieter 1cb4748
 	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
Rex Dieter 1cb4748
 	$(TEXI2PDF) $<
Rex Dieter 1cb4748
 
Rex Dieter 1cb4748
@@ -450,7 +450,7 @@ mostlyclean-1:
Rex Dieter 1cb4748
 maintainer-clean-1:
Rex Dieter 1cb4748
 	-rm -f $(srcdir)/stamp-1 $(srcdir)/versenfuse.texi
Rex Dieter 1cb4748
 .dvi.ps:
Rex Dieter 1cb4748
-	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
Rex Dieter 1cb4748
+	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS:" \
Rex Dieter 1cb4748
 	$(DVIPS) -o $@ $<
Rex Dieter 1cb4748
 
Rex Dieter 1cb4748
 uninstall-dvi-am:
Rex Dieter 1cb4748
@@ -788,7 +788,7 @@ uninstall-am: uninstall-dvi-am uninstall
Rex Dieter 1cb4748
 	uninstall-dvi-am uninstall-html-am uninstall-info-am \
Rex Dieter 1cb4748
 	uninstall-pdf-am uninstall-ps-am
Rex Dieter 1cb4748
 
Rex Dieter 1cb4748
-export TEXINPUTS=$(top_builddir):$(srcdir)
Rex Dieter 1cb4748
+export TEXINPUTS=$(top_builddir):$(srcdir):
Rex Dieter 1cb4748
 
Rex Dieter 1cb4748
 # Phony Targets
Rex Dieter 1cb4748