summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-12-22 22:10:42 +0000
committerElliot Lee <sopwith@src.gnome.org>1998-12-22 22:10:42 +0000
commit27adb362e58154ac13acbc6e86e9d1b572299fe8 (patch)
tree6a108e1546f2d35b0aa7ef59cc8ad3e582572d57 /docs
parentfc323595ff1b74b70eb592febf248964a586a9e8 (diff)
downloadglib-27adb362e58154ac13acbc6e86e9d1b572299fe8.tar.gz
Work with builddir != srcdir
Work with builddir != srcdir
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 94c43be76..166a7da52 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -8,11 +8,8 @@ EXTRA_DIST = glib-config.1 \
glib.html \
glib_toc.html
-glib.html:
- texi2html glib.texi
-
-glib_toc.html:
- texi2html glib.texi
+glib.html glib_toc.html:
+ texi2html $(srcdir)/glib.texi
files:
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \