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 | |
parent | bb662dceb3894008854314fed8625402c8af85dd (diff) | |
download | gsoc2013-evolution-eb8910b106fe986fd4088d936204843923671068.tar gsoc2013-evolution-eb8910b106fe986fd4088d936204843923671068.tar.gz gsoc2013-evolution-eb8910b106fe986fd4088d936204843923671068.tar.bz2 gsoc2013-evolution-eb8910b106fe986fd4088d936204843923671068.tar.lz gsoc2013-evolution-eb8910b106fe986fd4088d936204843923671068.tar.xz 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
-rw-r--r-- | help/ChangeLog | 5 | ||||
-rw-r--r-- | help/sgmldocs.make | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/help/ChangeLog b/help/ChangeLog index 3d0a536672..5a79ff9520 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,8 @@ +2001-08-22 Peter Williams <peterw@ximian.com> + + * sgmldocs.make (omf_timestamp): Put in a $(srcdir) here for when + srcdir != builddir. + 2001-08-21 Ettore Perazzoli <ettore@ximian.com> * Makefile.am: Add `sgmldocs.make' to `EXTRA_DIST'. 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 |