projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc32359
)
Work with builddir != srcdir
author
Elliot Lee
<sopwith@src.gnome.org>
Tue, 22 Dec 1998 22:10:42 +0000
(22:10 +0000)
committer
Elliot Lee
<sopwith@src.gnome.org>
Tue, 22 Dec 1998 22:10:42 +0000
(22:10 +0000)
Work with builddir != srcdir
docs/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/Makefile.am
b/docs/Makefile.am
index
94c43be
..
166a7da
100644
(file)
--- 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 \