summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-12-22 22:16:16 +0000
committerElliot Lee <sopwith@src.gnome.org>1998-12-22 22:16:16 +0000
commitc250dff3f62e57bdefcebb8d0fa4db001428e815 (patch)
tree562d00fc765570890a1c251d37b6cd9540e6485d /docs
parent27adb362e58154ac13acbc6e86e9d1b572299fe8 (diff)
downloadglib-c250dff3f62e57bdefcebb8d0fa4db001428e815.tar.gz
Now passes 'make distcheck'.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \