From eb8910b106fe986fd4088d936204843923671068 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Wed, 22 Aug 2001 21:58:15 +0000 Subject: Put in a $(srcdir) here for when srcdir != builddir. 2001-08-22 Peter Williams * sgmldocs.make (omf_timestamp): Put in a $(srcdir) here for when srcdir != builddir. svn path=/trunk/; revision=12398 --- help/ChangeLog | 5 +++++ help/sgmldocs.make | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * sgmldocs.make (omf_timestamp): Put in a $(srcdir) here for when + srcdir != builddir. + 2001-08-21 Ettore Perazzoli * 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 -- cgit v1.2.3