diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:35:15 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:35:15 +0800 |
commit | de29937663c02d9af6fd48783f235305fde71809 (patch) | |
tree | 31d92ceca905937871b80d564c44a12529ef41ea /devel-docs | |
parent | e0d57775764db366757541ee8b1ccf96c556a019 (diff) | |
download | gsoc2013-evolution-de29937663c02d9af6fd48783f235305fde71809.tar.gz gsoc2013-evolution-de29937663c02d9af6fd48783f235305fde71809.tar.zst gsoc2013-evolution-de29937663c02d9af6fd48783f235305fde71809.zip |
Version using $(BASE_VERSION).
svn path=/trunk/; revision=19571
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) |