diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:56:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:56:06 +0000 |
commit | 2b1e1e6926de5db80153c550cae904e4838cc40b (patch) | |
tree | a9eb97487cd566550c723b42e1ed8e87a210add5 /helpcontent2/helpers | |
parent | 0bf8832b52242fda8fd3e5035360d182a65ac473 (diff) |
INTEGRATION: CWS helpcontentbeta (1.1.2); FILE MERGED
2004/09/16 12:26:20 fpe 1.1.2.1: Regular Update
Diffstat (limited to 'helpcontent2/helpers')
-rw-r--r-- | helpcontent2/helpers/makefile.template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/helpcontent2/helpers/makefile.template b/helpcontent2/helpers/makefile.template index 86decc37d4..eacc9aa3e5 100644 --- a/helpcontent2/helpers/makefile.template +++ b/helpcontent2/helpers/makefile.template @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: fpe $ $Date: 2004-08-18 10:52:39 $ +#* last change $Author: rt $ $Date: 2004-11-26 13:56:06 $ #* -#* $Revision: 1.1 $ +#* $Revision: 1.2 $ #* #* $Logfile:$ #* @@ -15,12 +15,12 @@ # edit to match directory level PRJ = %prj% -# same for all makefiles in "help2" -PRJNAME = help2 +# same for all makefiles in "helpcontent2" +PRJNAME = helpcontent2 # edit to match the current package PACKAGE = %package% # uniqe name (module wide); -# using a modified forme of package should do here +# using a modified form of package should do here TARGET = %target% # edit to match the current module MODULE = %module% |