From e0a29243e718bb01dd30d9040e2d6cdb42b09ec6 Mon Sep 17 00:00:00 2001 From: David Trowbridge Date: Tue, 27 Jan 2004 20:55:50 +0000 Subject: add facilities for installing a help dir 2004-01-26 David Trowbridge * configure.in: add facilities for installing a help dir svn path=/trunk/; revision=24473 --- ChangeLog | 4 ++++ configure.in | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a416ef3a8a..a1fbe0a01c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-26 David Trowbridge + + * configure.in: add facilities for installing a help dir + 2004-01-26 JP Rosevear * configure.in: bump requirements, version diff --git a/configure.in b/configure.in index 1d16ee4821..97fa99ffbf 100644 --- a/configure.in +++ b/configure.in @@ -1152,6 +1152,9 @@ AC_SUBST(serverdir) evolutionuidir="$privdatadir/ui" AC_SUBST(evolutionuidir) +evolutionhelpdir="$privdatadir/help" +AC_SUBST(evolutionhelpdir) + imagesdir="$privdatadir/images" AC_SUBST(imagesdir) @@ -1324,6 +1327,8 @@ e-util/Makefile filter/Makefile help/Makefile help/C/Makefile +help/quickref/Makefile +help/quickref/C/Makefile shell/Makefile shell/evolution-nognome shell/glade/Makefile -- cgit