summaryrefslogtreecommitdiffstats
path: root/lib/kdoc.rules
diff options
context:
space:
mode:
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
+