diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | packaging/flex.spec | 1 | ||||
-rw-r--r-- | packaging/lex-wrapper.sh | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a23d294..8feec28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -111,7 +111,6 @@ BUILT_SOURCES = \ SUBDIRS = \ lib \ . \ - doc \ examples \ po \ tools \ diff --git a/packaging/flex.spec b/packaging/flex.spec index e008037..3c76b4e 100644 --- a/packaging/flex.spec +++ b/packaging/flex.spec @@ -9,6 +9,7 @@ Source: %{name}-%{version}.tar.bz2 Source1: lex-wrapper.sh Source3: baselibs.conf BuildRequires: automake +BuildRequires: makeinfo BuildRequires: bison BuildRequires: gcc-c++ BuildRequires: gettext-tools diff --git a/packaging/lex-wrapper.sh b/packaging/lex-wrapper.sh new file mode 100644 index 0000000..7051b86 --- /dev/null +++ b/packaging/lex-wrapper.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/flex -l "$@" |