diff options
author | Frank Peters <fpe@openoffice.org> | 2004-08-24 09:45:02 +0000 |
---|---|---|
committer | Frank Peters <fpe@openoffice.org> | 2004-08-24 09:45:02 +0000 |
commit | a0ce26cd2b9d8783455f30048b8c64ef12ce274d (patch) | |
tree | ae0d1833a03d838565a19fd395feb8a4f5da3a30 /helpcontent2/helpers/createmakefile.pl | |
parent | 7be7634483f7d1ea27f67a59f1271346c98d5b63 (diff) |
FPE: Fixed createmakefile
Diffstat (limited to 'helpcontent2/helpers/createmakefile.pl')
-rw-r--r-- | helpcontent2/helpers/createmakefile.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helpcontent2/helpers/createmakefile.pl b/helpcontent2/helpers/createmakefile.pl index d04f6cc09d..dcd7638247 100644 --- a/helpcontent2/helpers/createmakefile.pl +++ b/helpcontent2/helpers/createmakefile.pl @@ -255,7 +255,6 @@ LAD -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 help\$/main_transform.xsl \$(PRJ)\$/source\$/auxiliary\$/main_transform.xsl LAF $linkaddeddeps = <<"LAD"; @@ -267,7 +266,6 @@ LAF \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/highcontrastwhite.css \\ \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/highcontrastblack.css \\ \$(PRJ)\$/source\$/auxiliary\$/LANGUAGE\$/err.html \\ - \$(PRJ)\$/source\$/auxiliary\$/main_transform.xsl LAD $linklinkfiles = ''; |