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/sgmldocs.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/sgmldocs.make') 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