diff options
author | Michael Hönnig <mi@openoffice.org> | 2002-11-20 14:03:06 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2002-11-20 14:03:06 +0000 |
commit | 9e09069986dc0eb32faff1cc223961e95b8da0fc (patch) | |
tree | 6fdfe2e05a9302af2d7b9c168a81aa7c549722c6 /udkapi | |
parent | 33c2f145a6b1c91a6d6bb5a3c6266b825c5c07ed (diff) |
#104896# autodoc integration for UNIX
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/util/makefile.mk b/udkapi/util/makefile.mk index c0e98fc63414..adaa79f027fa 100644 --- a/udkapi/util/makefile.mk +++ b/udkapi/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: mi $ $Date: 2002-11-08 12:31:06 $ +# last change: $Author: mi $ $Date: 2002-11-20 15:03:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -110,6 +110,6 @@ ALLTAR: autodoc autodoc: $(OUT)$/misc$/udkapi.autodoc $(OUT)$/misc$/udkapi.autodoc: - $(shell sed "p" $(OUT)$/misc$/*.idls | tr "[:cntrl:] " "\n\n" | sed -e "/^$$/d" -e "s/^/-f /" >$@) + $(shell sed "p" $(OUT)$/misc$/*.idls | tr "[:cntrl:] " "\n\n" | sed -f autodoc.sed >$@) echo "$@ done" |