summaryrefslogtreecommitdiff
path: root/udkapi/util
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-11-20 14:03:06 +0000
committerMichael Hönnig <mi@openoffice.org>2002-11-20 14:03:06 +0000
commit9e09069986dc0eb32faff1cc223961e95b8da0fc (patch)
tree6fdfe2e05a9302af2d7b9c168a81aa7c549722c6 /udkapi/util
parent33c2f145a6b1c91a6d6bb5a3c6266b825c5c07ed (diff)
#104896# autodoc integration for UNIX
Diffstat (limited to 'udkapi/util')
-rw-r--r--udkapi/util/makefile.mk6
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"