From 8cf6ba1c558b6bf0e9cd6570cf8a1292455a04c9 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 16 Dec 2004 11:19:06 +0000 Subject: INTEGRATION: CWS helpaux (1.5.4); FILE MERGED 2004/12/08 17:44:08 fpe 1.5.4.2: *** empty log message *** 2004/12/08 17:13:21 hjs 1.5.4.1: #i38424# use localized err_html --- helpcontent2/helpers/createmakefile.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helpcontent2') diff --git a/helpcontent2/helpers/createmakefile.pl b/helpcontent2/helpers/createmakefile.pl index 666991056f..80962b9372 100644 --- a/helpcontent2/helpers/createmakefile.pl +++ b/helpcontent2/helpers/createmakefile.pl @@ -254,7 +254,7 @@ LAD -add highcontrast2.css \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/highcontrast2.css \\ -add highcontrastwhite.css \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/highcontrastwhite.css \\ -add highcontrastblack.css \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/highcontrastblack.css \\ - -add err.html \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/err.html \\ + -add err.html \$(MISC)\$/LANGUAGE\$/text\$/shared\$/05\$/err_html.xhp LAF $linkaddeddeps = <<"LAD"; @@ -265,7 +265,7 @@ LAF \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/highcontrast2.css \\ \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/highcontrastwhite.css \\ \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/highcontrastblack.css \\ - \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/err.html \\ + \$(MISC)\$/LANGUAGE\$/text\$/shared\$/05\$/err_html.xhp LAD $linklinkfiles = ''; @@ -374,7 +374,7 @@ sub terminate { $err = shift; print "$err\n\n"; $msg = <<"MSG"; -createmakefile.pl -dir=[directory name] -linkdir=[directory name] [-recursive] [-all] +createmakefile.pl -dir=[directory name] -linkdir=[directory name] [-recursive] [-all] -dir Directory to start -linkdir Directory to write the link makefiles -recursive Write makefiles recursively -- cgit