diff options
-rw-r--r-- | doc/devel/ChangeLog | 5 | ||||
-rw-r--r-- | doc/devel/calendar/Makefile.am | 2 | ||||
-rw-r--r-- | help/devel/ChangeLog | 5 | ||||
-rw-r--r-- | help/devel/calendar/Makefile.am | 2 |
4 files changed, 12 insertions, 2 deletions
diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog index 74b9899aef..f536dde88d 100644 --- a/doc/devel/ChangeLog +++ b/doc/devel/ChangeLog @@ -1,3 +1,8 @@ +2000-12-13 Larry Ewing <lewing@helixcode.com> + + * calendar/Makefile.am (EXTRA_DIST): make it public-reference.sgml + not referenc.sgml here. + 2000-11-29 Federico Mena Quintero <federico@helixcode.com> * calendar/architecture.sgml: Finished the calendar architecture diff --git a/doc/devel/calendar/Makefile.am b/doc/devel/calendar/Makefile.am index 2220e1d59b..66c3436d59 100644 --- a/doc/devel/calendar/Makefile.am +++ b/doc/devel/calendar/Makefile.am @@ -3,4 +3,4 @@ SUBDIRS = cal-client cal-util EXTRA_DIST = \ architecture.sgml \ evolution-calendar.sgml \ - reference.sgml + public-reference.sgml diff --git a/help/devel/ChangeLog b/help/devel/ChangeLog index 74b9899aef..f536dde88d 100644 --- a/help/devel/ChangeLog +++ b/help/devel/ChangeLog @@ -1,3 +1,8 @@ +2000-12-13 Larry Ewing <lewing@helixcode.com> + + * calendar/Makefile.am (EXTRA_DIST): make it public-reference.sgml + not referenc.sgml here. + 2000-11-29 Federico Mena Quintero <federico@helixcode.com> * calendar/architecture.sgml: Finished the calendar architecture diff --git a/help/devel/calendar/Makefile.am b/help/devel/calendar/Makefile.am index 2220e1d59b..66c3436d59 100644 --- a/help/devel/calendar/Makefile.am +++ b/help/devel/calendar/Makefile.am @@ -3,4 +3,4 @@ SUBDIRS = cal-client cal-util EXTRA_DIST = \ architecture.sgml \ evolution-calendar.sgml \ - reference.sgml + public-reference.sgml |