Now passes 'make distcheck'.



Now passes 'make distcheck'.
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 166a7da..ee04fe1 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -9,7 +9,7 @@
 	     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 \