From 04ac2ec981e158312a65f14a5df5b814b2ba3dac Mon Sep 17 00:00:00 2001 From: John Millaway Date: Wed, 15 Feb 2006 23:58:13 +0000 Subject: Removed reference to RoadMap in Makefile.am. Added website directory. --- Makefile.am | 4 ++-- configure.in | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1dc346b..99fdd1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,6 @@ EXTRA_DIST = \ ONEWS \ README \ README.cvs-snapshot \ - RoadMap \ THANKS \ TODO \ autogen.sh \ @@ -138,7 +137,8 @@ SUBDIRS = \ examples \ po \ tools \ - tests + tests \ + website localedir = $(datadir)/locale AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl diff --git a/configure.in b/configure.in index 795132d..a012560 100644 --- a/configure.in +++ b/configure.in @@ -97,6 +97,7 @@ AC_CONFIG_FILES( flex.spec Makefile doc/Makefile +website/Makefile examples/Makefile examples/fastwc/Makefile examples/manual/Makefile -- cgit v1.2.3