From 05114bc4955e1f49386a210b863af4ac230dab6e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 22 Jan 2003 20:02:32 +0000 Subject: For now, do not install the evolution.1 manpage. Install all the other * data/Makefile.am: For now, do not install the evolution.1 manpage. Install all the other files with a -$(BASE_VERSION) suffix. (dtappintegrate): Update for the new location of cde_app_root. (dtappunintegrate): Likewise. * data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am (cdeappmanagerdir): Version using $(BASE_VERSION). * data/cde_app_root/dt/appconfig/types/C/Makefile.am (cdetypesdir): Likewise. * data/cde_app_root/dt/appconfig/icons/C/Makefile.am (cdeiconsdir): Likewise. * sounds/Makefile.am (soundsdir): Version using $(BASE_VERSION). * configure.in: Define BASE_VERSION. Set idldir to $datadir/idl/evolution-$BASE_VERSION instead of just $datadir/idl/evolution. svn path=/trunk/; revision=19550 --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 7ce1a5993f..70814f4172 100644 --- a/acconfig.h +++ b/acconfig.h @@ -36,6 +36,9 @@ /* Sub-version identification string. */ #undef SUB_VERSION +/* Base version number (eg. "1.4" for "1.4.7"). */ +#undef BASE_VERSION + /* Preview-release string */ #undef VERSION_COMMENT -- cgit v1.2.3