From: John Millaway <john43@users.sourceforge.net> Date: Wed, 15 Feb 2006 23:58:13 +0000 (+0000) Subject: Removed reference to RoadMap in Makefile.am. X-Git-Tag: flex-2-5-33~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04ac2ec981e158312a65f14a5df5b814b2ba3dac;p=flex Removed reference to RoadMap in Makefile.am. Added website directory. --- 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