summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--TODO2
-rw-r--r--docs/C/Makefile.am6
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a0bfef0..97f87c06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Aug 17 14:47:08 2001 George Lebl <jirka@5z.com>
+
+ * docs/C/Makefile.am: fix rules since the .sgml file changed
+
Fri Aug 17 04:42:34 2001 George Lebl <jirka@5z.com>
* daemon/auth.c, daemon/display.c, daemon/gdm-net.[ch],
diff --git a/TODO b/TODO
index 7be30029..099c36cb 100644
--- a/TODO
+++ b/TODO
@@ -23,3 +23,5 @@ Added configs, do docs and gdmconfig stuff:
daemon/Xnest
On busy server start up local server on a free display optionaly
+
+investigate doc building stuff
diff --git a/docs/C/Makefile.am b/docs/C/Makefile.am
index e589b80c..09f48c2c 100644
--- a/docs/C/Makefile.am
+++ b/docs/C/Makefile.am
@@ -10,10 +10,10 @@ EXTRA_DIST = \
all:
-gdm.html: gdm/gdm.html
- -cd $(srcdir) && cp gdm/gdm.html .
+gdm.html: gdm/index.html
+ -cd $(srcdir) && cp gdm/index.html gdm.html
-gdm/gdm.html: $(SGML_FILES)
+gdm/index.html: $(SGML_FILES)
-cd $(srcdir) && db2html gdm.sgml
dist-hook: