summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-02 14:20:18 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-02 14:20:18 +0000
commit163938b5bdee8c78727d662dad6c0d4499f5f0f1 (patch)
tree5a04b6dff5fafcd1c660213f2b93fb2a706607df /docs/Makefile.am
parent3a02482ec5aaffbd47c4b742ca0f4cccd7e2671e (diff)
Don't assume that htmldir will be defined (it was added in autoconf 2.59c, which is not in Maemo)
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 8c02be019..61c8cc2f0 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,5 +1,8 @@
tools_dir = $(top_srcdir)/tools
+# htmldir is not defined by autoconf < 2.59c
+htmldir = $(if $(filter-out @%@,@htmldir@),@htmldir@,$(datadir)/doc/$(PACKAGE))
+
man_MANS = telepathy-gabble.8
html_DATA = \
olpc.html \