diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 16:21:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 16:21:23 +0000 |
commit | 40460429c9ab6fb9f33ba30deb63b47f375c194e (patch) | |
tree | 6fbbba443c45cb2c3bcae57e502f55d51faccdc5 /odk/pack/gendocu | |
parent | 37cb219b17f370e42d6fc7b01fd6f423ec1efcdc (diff) |
INTEGRATION: CWS sdksample (1.9.6); FILE MERGED
2005/01/27 08:22:43 jsc 1.9.6.1: #i29308# include registry header
Diffstat (limited to 'odk/pack/gendocu')
-rw-r--r-- | odk/pack/gendocu/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/odk/pack/gendocu/makefile.mk b/odk/pack/gendocu/makefile.mk index 43a272b401b6..7c870b3ac0d3 100644 --- a/odk/pack/gendocu/makefile.mk +++ b/odk/pack/gendocu/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2004-09-08 14:28:17 $ +# last change: $Author: rt $ $Date: 2005-01-31 17:21:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -106,6 +106,7 @@ AUTODOCPARAMS= -lg c++ \ -p registry $(INCOUT) -t registry \ -p cppu $(INCOUT) -t cppu -t com -t typelib -t uno \ -p cppuhelper $(INCOUT) -t cppuhelper \ + -p salhelper $(INCOUT) -t salhelper \ -p bridges $(INCOUT) -t bridges JAVADOCPARAMS= -use -splitindex -windowtitle "Java UNO Runtime Reference" -header $(JAVADOCREFNAME) -d $(DESTDIRGENJAVAREF) -sourcepath $(JAVA_SRC_DIR) -classpath $(SOLARBINDIR)$/ridl.jar -linkoffline ../../common/ref ./uno -linkoffline http://java.sun.com/j2se/1.4.1/docs/api ./java $(JAVA_PACKAGES) |