diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2001-01-11 23:25:25 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-11 23:25:25 +0800 |
commit | 8fa5361a5ffd43d4bbcff617d5baa8cc019482b7 (patch) | |
tree | 0184c2566705042038c6349ebd60ea3680f6beb6 /help/devel/Makefile.am | |
parent | d1548211721dd4478f4b388206bb750aeb1e41bf (diff) | |
download | gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.gz gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.bz2 gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.lz gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.xz gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.zst gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.zip |
Make it work when gtk-doc is not installed.
2001-01-10 Federico Mena Quintero <federico@helixcode.com>
* Makefile.am: Make it work when gtk-doc is not installed.
* calendar/cal-client/Makefile.am: Likewise.
* calendar/cal-util/Makefile.am: Likewise.
svn path=/trunk/; revision=7384
Diffstat (limited to 'help/devel/Makefile.am')
-rw-r--r-- | help/devel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/devel/Makefile.am b/help/devel/Makefile.am index 8e8ca1085c..77f9354ba9 100644 --- a/help/devel/Makefile.am +++ b/help/devel/Makefile.am @@ -53,6 +53,7 @@ clean-local: maintainer-clean-local: cd $(srcdir) && rm -rf html +if ENABLE_GTK_DOC install-data-local: $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) (installfiles=`echo $(srcdir)/html/*.html`; \ @@ -68,6 +69,7 @@ install-data-local: echo '-- Fixing Crossreferences' ; \ gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \ fi) +endif dist-hook: mkdir $(distdir)/html |