diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-09-16 06:36:48 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-09-16 06:36:48 +0800 |
commit | 4aee454eba98a1c0052ec400bacc061af72d50cb (patch) | |
tree | 5bd27ff33e0e1937ecd9baecb220cb3ce4083e19 /help | |
parent | 6e4ae07fbfce5845d48e8ba1992f64376a885ac4 (diff) | |
download | gsoc2013-evolution-4aee454eba98a1c0052ec400bacc061af72d50cb.tar gsoc2013-evolution-4aee454eba98a1c0052ec400bacc061af72d50cb.tar.gz gsoc2013-evolution-4aee454eba98a1c0052ec400bacc061af72d50cb.tar.bz2 gsoc2013-evolution-4aee454eba98a1c0052ec400bacc061af72d50cb.tar.lz gsoc2013-evolution-4aee454eba98a1c0052ec400bacc061af72d50cb.tar.xz gsoc2013-evolution-4aee454eba98a1c0052ec400bacc061af72d50cb.tar.zst gsoc2013-evolution-4aee454eba98a1c0052ec400bacc061af72d50cb.zip |
Made the toplevel <book> id be "index".
2000-09-15 Federico Mena Quintero <federico@helixcode.com>
* evolution-devel-guide.sgml: Made the toplevel <book> id be
"index".
svn path=/trunk/; revision=5467
Diffstat (limited to 'help')
-rw-r--r-- | help/devel/ChangeLog | 5 | ||||
-rw-r--r-- | help/devel/evolution-devel-guide.sgml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/help/devel/ChangeLog b/help/devel/ChangeLog index 7e0c8147ba..555db7d161 100644 --- a/help/devel/ChangeLog +++ b/help/devel/ChangeLog @@ -1,3 +1,8 @@ +2000-09-15 Federico Mena Quintero <federico@helixcode.com> + + * evolution-devel-guide.sgml: Made the toplevel <book> id be + "index". + 2000-08-14 Federico Mena Quintero <federico@helixcode.com> * calendar/cal-util/*: Integrated the cal-util library into the diff --git a/help/devel/evolution-devel-guide.sgml b/help/devel/evolution-devel-guide.sgml index ca80ec533a..9db8f1bdf0 100644 --- a/help/devel/evolution-devel-guide.sgml +++ b/help/devel/evolution-devel-guide.sgml @@ -11,7 +11,7 @@ <!entity libical "<application>libical</application>"> ]> -<book> +<book id="index"> <bookinfo> <title>Evolution Developer's Guide</title> |