summaryrefslogtreecommitdiffstats
path: root/lib/kdoc.rules
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
commit8362bf63dea22bbf6736609b0f49c152f975eb63 (patch)
tree0eea3928e39e50fae91d4e68b21b1e6cbae25604 /lib/kdoc.rules
downloadkoffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz
koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/kdoc.rules')
-rw-r--r--lib/kdoc.rules20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/kdoc.rules b/lib/kdoc.rules
new file mode 100644
index 00000000..818da2dc
--- /dev/null
+++ b/lib/kdoc.rules
@@ -0,0 +1,20 @@
+# These are the rules used by makekdedoc to generate the kdelibs
+# documentation with KDOC. Please update them if I forget any
+# dependencies.
+#
+# -Taj (Apr 1999)
+
+kde_MODULES = store kofficecore kofficeui kotext
+
+store_FILES = *.h
+store_LIBS = -lkdecore -lqt
+
+kofficecore_FILES = *.h
+kofficecore_LIBS = -lkparts -lkdecore -lqt
+
+kofficeui_FILES = *.h
+kofficeui_LIBS = -lkofficecore -lkdeui -lkdecore -lqt
+
+kotext_FILES = *.h
+kotext_LIBS = -lkofficecore -lkdeui -lkdecore -lqt
+