diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-23 05:58:15 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-23 05:58:15 +0800 |
commit | eb8910b106fe986fd4088d936204843923671068 (patch) | |
tree | aeae185c3d86004acbdb0027e2a35d75ea457760 /help/sgmldocs.make | |
parent | bb662dceb3894008854314fed8625402c8af85dd (diff) | |
download | gsoc2013-evolution-eb8910b106fe986fd4088d936204843923671068.tar.gz gsoc2013-evolution-eb8910b106fe986fd4088d936204843923671068.tar.zst gsoc2013-evolution-eb8910b106fe986fd4088d936204843923671068.zip |
Put in a $(srcdir) here for when srcdir != builddir.
2001-08-22 Peter Williams <peterw@ximian.com>
* sgmldocs.make (omf_timestamp): Put in a $(srcdir) here for when
srcdir != builddir.
svn path=/trunk/; revision=12398
Diffstat (limited to 'help/sgmldocs.make')
-rw-r--r-- | help/sgmldocs.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/sgmldocs.make b/help/sgmldocs.make index 8159f7dfe9..ba491eb098 100644 --- a/help/sgmldocs.make +++ b/help/sgmldocs.make @@ -49,7 +49,7 @@ all: index.html omf omf: omf_timestamp omf_timestamp: $(omffile) - -for file in $(omffile); do \ + -for file in $(srcdir)/$(omffile); do \ scrollkeeper-preinstall $(docdir)/$(docname).sgml $$file $(omf_dir)/$$file; \ done touch omf_timestamp |