summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-01-23 19:27:21 +0000
committerjp <jp@openoffice.org>2001-01-23 19:27:21 +0000
commitbd54b6fbe0f4e2974e89f388f57bfd301a7c12a6 (patch)
tree2ffb36af0307768e340c0e3a971fbb9936935fc2 /sw
parent89cc1ba8cade6e8578c58780a09fe095af3dddfe (diff)
new module - docruby.cxx
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/core/doc/makefile.mk b/sw/source/core/doc/makefile.mk
index 7129e91f7ca0..c75bc6297c51 100644
--- a/sw/source/core/doc/makefile.mk
+++ b/sw/source/core/doc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-19 00:08:16 $
+# last change: $Author: jp $ $Date: 2001-01-23 20:27:21 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -107,6 +107,7 @@ CXXFILES = \
docnew.cxx \
docnum.cxx \
docredln.cxx \
+ docruby.cxx \
docsort.cxx \
docstat.cxx \
doctxm.cxx \
@@ -150,6 +151,7 @@ SLOFILES = \
$(SLO)$/docnew.obj \
$(SLO)$/docnum.obj \
$(SLO)$/docredln.obj \
+ $(SLO)$/docruby.obj \
$(SLO)$/docsort.obj \
$(SLO)$/docstat.obj \
$(SLO)$/doctxm.obj \