diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-12-22 22:16:16 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-12-22 22:16:16 +0000 |
commit | c250dff3f62e57bdefcebb8d0fa4db001428e815 (patch) | |
tree | 562d00fc765570890a1c251d37b6cd9540e6485d | |
parent | 27adb362e58154ac13acbc6e86e9d1b572299fe8 (diff) |
Now passes 'make distcheck'.GLIB_GNOME_0_99_1FOR_GNOME_0_99_1
Now passes 'make distcheck'.
-rw-r--r-- | docs/Makefile.am | 2 |
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 \ |