diff options
author | George Lebl <jirka@5z.com> | 2001-08-17 21:44:32 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-08-17 21:44:32 +0000 |
commit | 23d1eb2b7d17fab3515334e96f99fbbc9c5b4dfb (patch) | |
tree | b97051084420f0a8f15216b72d2b5304a83f6e2b /docs | |
parent | f1197432f85614ad4d1cad3d2ff35279e38e73df (diff) | |
download | gdm-23d1eb2b7d17fab3515334e96f99fbbc9c5b4dfb.tar.gz |
fix rules since the .sgml file changed
Fri Aug 17 14:47:08 2001 George Lebl <jirka@5z.com>
* docs/C/Makefile.am: fix rules since the .sgml file changed
Diffstat (limited to 'docs')
-rw-r--r-- | docs/C/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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: |