summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorKevin Breit <mrproper@ximian.com>2002-03-14 22:43:06 +0000
committerKevin Breit <battery841@src.gnome.org>2002-03-14 22:43:06 +0000
commitab403d271991783637df1b05cf57ac05637725e2 (patch)
tree9bb3a2ed64a3f9c763ba2bb4c900e4789ac39f51 /help
parente4305264b40fb674c750366eb1b0971cb5897a3b (diff)
downloadgnome-control-center-ab403d271991783637df1b05cf57ac05637725e2.tar.gz
Made this file work actually. Added a lot of stuff.
2002-03-14 Kevin Breit <mrproper@ximian.com> * C/Makefile.am: Made this file work actually. Added a lot of stuff.
Diffstat (limited to 'help')
-rw-r--r--help/C/Makefile.am14
-rw-r--r--help/ChangeLog3
2 files changed, 15 insertions, 2 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am
index 36f8aba7d..d007c0bcf 100644
--- a/help/C/Makefile.am
+++ b/help/C/Makefile.am
@@ -1 +1,13 @@
-SUBDIRS = figures
+docname = gnome-control-center-manual
+lang = C
+#omffile = control-center.omf
+entities = config-behavior.xml \
+ config-cds.xml \
+ config-hints.xml \
+ config-html.xml \
+ config-kbd.xml \
+ config-mouse.xml \
+ config-screensaver.xml \
+ config-sound.xml
+include $(top_srcdir)/help/xmldocs.make
+dist-hook: app-dist-hook
diff --git a/help/ChangeLog b/help/ChangeLog
index 04d6c760a..53a8c5eea 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,6 +1,7 @@
2002-03-14 Kevin Breit <mrproper@ximian.com>
* C/Makefile.am: Added to cvs.
+ Made this file work actually. Added a lot of stuff.
2002-03-08 Kevin Breit <mrproper@ximian.com>
@@ -45,4 +46,4 @@
* C/control-center.xml: Added to CVS. Should be XML valid.
- * C/control-center.sgml: Removed file from CVS. Will be replacing shortly. \ No newline at end of file
+ * C/control-center.sgml: Removed file from CVS. Will be replacing shortly.