diff options
-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% |