diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-08-16 23:23:03 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-08-16 23:23:03 +0800 |
commit | 7e677fe91bbbb14796c63d5d1b9737d951d5ff0d (patch) | |
tree | c29403c1b4eb7a83632dfbc9a9f50a4af54ff738 | |
parent | 40eb90815ab170f77e81faaa8fc21055623a627f (diff) | |
download | gsoc2013-evolution-7e677fe91bbbb14796c63d5d1b9737d951d5ff0d.tar gsoc2013-evolution-7e677fe91bbbb14796c63d5d1b9737d951d5ff0d.tar.gz gsoc2013-evolution-7e677fe91bbbb14796c63d5d1b9737d951d5ff0d.tar.bz2 gsoc2013-evolution-7e677fe91bbbb14796c63d5d1b9737d951d5ff0d.tar.lz gsoc2013-evolution-7e677fe91bbbb14796c63d5d1b9737d951d5ff0d.tar.xz gsoc2013-evolution-7e677fe91bbbb14796c63d5d1b9737d951d5ff0d.tar.zst gsoc2013-evolution-7e677fe91bbbb14796c63d5d1b9737d951d5ff0d.zip |
Added omf-install to the build. Adjust for the move of the user docs.
2001-08-16 Kjartan Maraas <kmaraas@gnome.org>
* Makefile.am: Added omf-install to the build.
* configure.in: Adjust for the move of the user docs.
svn path=/trunk/; revision=12088
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.am | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,6 @@ 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> + * Makefile.am: Added omf-install to the build. * configure.in: Adjust for the move of the user docs. 2001-08-15 Kjartan Maraas <kmaraas@gnome.org> diff --git a/Makefile.am b/Makefile.am index 83cb424373..c7669cce7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ SUBDIRS = \ libical \ libversit \ libwombat \ - addressbook \ + addressbook \ composer \ mail \ calendar \ @@ -39,4 +39,6 @@ SUBDIRS = \ views \ tools \ doc \ - po + po \ + omf-install + |