diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/Makefile.am | 3 | ||||
-rw-r--r-- | calendar/doc/C/gnomecal.sgml | 8 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
4 files changed, 13 insertions, 6 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9fc078f648..5a8c4b85c1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +1999-05-28 Miguel de Icaza <miguel@nuclecu.unam.mx> + + * Makefile.am (install-data-local): help files be gone. They are + now installed from the Docbook stuff. + 1999-05-26 Russell Steinthal <steintr@condor.penguinpowered.com> * gncal-todo.c main.c main.h prop.c: Added support for priorities diff --git a/calendar/Makefile.am b/calendar/Makefile.am index bba013da7c..151ce8d64b 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -79,6 +79,3 @@ Productivity_DATA = gncal.desktop install-data-local: $(mkinstalldirs) $(DESTDIR)$(help_base)/C - $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(help_base)/C/topic.dat - $(INSTALL_DATA) $(srcdir)/gnome-cal.html $(DESTDIR)$(help_base)/C/gnome-cal.html - cd $(DESTDIR)$(help_base)/C; rm -f index.html ; $(LN_S) gnome-cal.html index.html diff --git a/calendar/doc/C/gnomecal.sgml b/calendar/doc/C/gnomecal.sgml index 9098b6f2c4..a286798600 100644 --- a/calendar/doc/C/gnomecal.sgml +++ b/calendar/doc/C/gnomecal.sgml @@ -6,6 +6,14 @@ <title>GNOME calendar user's manual</title> <authorgroup> <author> + <firstname>Dave</firstname> <surname>Mason</surname> + <affiliation> + <address> + <email>dcm@redhat.com</email> + </address> + </affiliation> + </author> + <author> <firstname>Miguel</firstname> <surname>de Icaza Amozurrutia</surname> <affiliation> diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index bba013da7c..151ce8d64b 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -79,6 +79,3 @@ Productivity_DATA = gncal.desktop install-data-local: $(mkinstalldirs) $(DESTDIR)$(help_base)/C - $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(help_base)/C/topic.dat - $(INSTALL_DATA) $(srcdir)/gnome-cal.html $(DESTDIR)$(help_base)/C/gnome-cal.html - cd $(DESTDIR)$(help_base)/C; rm -f index.html ; $(LN_S) gnome-cal.html index.html |