diff options
Diffstat (limited to 'devel-docs')
-rw-r--r-- | devel-docs/camel/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel-docs/camel/Makefile.am b/devel-docs/camel/Makefile.am index 276059cf88..1c76a6c05e 100644 --- a/devel-docs/camel/Makefile.am +++ b/devel-docs/camel/Makefile.am @@ -13,7 +13,7 @@ CFLAGS=`gtk-config --cflags gtk` LDFLAGS="-lcamel `gtk-config --libs gtk` " -HTML_DIR=$(datadir)/gnome/html +HTML_DIR=$(datadir)/gnome/html/evolution-$(BASE_VERSION) |