From c250dff3f62e57bdefcebb8d0fa4db001428e815 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 22 Dec 1998 22:16:16 +0000 Subject: [PATCH] Now passes 'make distcheck'. Now passes 'make distcheck'. --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 166a7da52..ee04fe1bb 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = glib-config.1 \ glib_toc.html glib.html glib_toc.html: - texi2html $(srcdir)/glib.texi + (cd $(srcdir); texi2html glib.texi) files: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \