diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-24 00:06:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-24 00:06:53 +0800 |
commit | c8ace927b9b707522b663a086b3dc14eab69ad1f (patch) | |
tree | c3c7432b8104d0ca4c54060020ae7577c2d8302d /Makefile.am | |
parent | 5edc698826b041d423ba8b6b6c3387bf7aba2627 (diff) | |
download | gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.gz gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.bz2 gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.lz gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.xz gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.tar.zst gsoc2013-evolution-c8ace927b9b707522b663a086b3dc14eab69ad1f.zip |
Documentation building fixes merged from the evolution-0-10-branch:
Get the docs to build and install properly. Temporarily disable the
importer devel docs as they seem to be pretty broken.
svn path=/trunk/; revision=9507
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 316f53fbfd..84f9d63131 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,6 @@ EXTRA_DIST = \ xml-i18n-extract.in SUBDIRS = \ - doc \ intl \ macros \ data \ @@ -37,4 +36,5 @@ SUBDIRS = \ default_user \ views \ tools \ + doc \ po |