diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-16 23:52:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-16 23:52:49 +0800 |
commit | d0df7bb2932cb4304fdc4476786f252672799ee1 (patch) | |
tree | c611454d30fa9a98f59f6d6b1db220c6c87db43e /Makefile.am | |
parent | 99e9e1ab55442689a3a5fd188c4dbc1460a58829 (diff) | |
download | gsoc2013-evolution-d0df7bb2932cb4304fdc4476786f252672799ee1.tar.gz gsoc2013-evolution-d0df7bb2932cb4304fdc4476786f252672799ee1.tar.zst gsoc2013-evolution-d0df7bb2932cb4304fdc4476786f252672799ee1.zip |
Pull up fix from the branch:
Check for Editor.idl in the GNOME_PATH as well. Add `doc' to the
SUBDIRS in the top-level Makefile.
svn path=/trunk/; revision=9376
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc6c804035..316f53fbfd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ EXTRA_DIST = \ xml-i18n-extract.in SUBDIRS = \ + doc \ intl \ macros \ data \ |