diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-08-24 10:53:36 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-08-24 10:53:36 +0000 |
commit | da14f40fce53031b08bca6aebbb6c64196704e5f (patch) | |
tree | 72c5c39aafb3cc466580c81d228df063c98f86ba /helpcontent2/util/makefile.mk | |
parent | 4df6910ae01db315f01b0767d55d01ebff2c8e49 (diff) |
supply helpimg.ilst
Diffstat (limited to 'helpcontent2/util/makefile.mk')
-rw-r--r-- | helpcontent2/util/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/helpcontent2/util/makefile.mk b/helpcontent2/util/makefile.mk index 7c8c8aeea3..d8c098c00a 100644 --- a/helpcontent2/util/makefile.mk +++ b/helpcontent2/util/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: hjs $ $Date: 2004-08-24 10:35:18 $ +#* last change $Author: hjs $ $Date: 2004-08-24 11:53:36 $ #* -#* $Revision: 1.1 $ +#* $Revision: 1.2 $ #* #* $Logfile:$ #* @@ -34,3 +34,8 @@ ZIP1LIST=main_transform*.xsl .INCLUDE : target.mk +ALLTAR : $(COMMONBIN)$/helpimg.ilst + +$(COMMONBIN)$/helpimg.ilst: helpimg.ilst + $(COPY) $< $@ + |