diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1999-06-01 02:07:18 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-06-01 02:07:18 +0800 |
commit | 2d2497b7d70febb6fe436afc5aa99a522cb1d875 (patch) | |
tree | 6187bb34538fb11206d2c125e195abff41c83c71 /calendar | |
parent | 1c1106598f9162efbbc6df7622c93b02940a4743 (diff) | |
download | gsoc2013-evolution-2d2497b7d70febb6fe436afc5aa99a522cb1d875.tar gsoc2013-evolution-2d2497b7d70febb6fe436afc5aa99a522cb1d875.tar.gz gsoc2013-evolution-2d2497b7d70febb6fe436afc5aa99a522cb1d875.tar.bz2 gsoc2013-evolution-2d2497b7d70febb6fe436afc5aa99a522cb1d875.tar.lz gsoc2013-evolution-2d2497b7d70febb6fe436afc5aa99a522cb1d875.tar.xz gsoc2013-evolution-2d2497b7d70febb6fe436afc5aa99a522cb1d875.tar.zst gsoc2013-evolution-2d2497b7d70febb6fe436afc5aa99a522cb1d875.zip |
help files be gone. They are now installed from the Docbook stuff.
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.
svn path=/trunk/; revision=962
Diffstat (limited to 'calendar')
-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 |