From b9cca15829de2ca816833fa3dd9c61b900e65f6f Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 23 Feb 2015 17:25:26 +0000 Subject: [PATCH] Makefile.am: added bootstrap/re2c.1 to dist files. --- re2c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re2c/Makefile.am b/re2c/Makefile.am index 015076a5..1e7f8cf2 100755 --- a/re2c/Makefile.am +++ b/re2c/Makefile.am @@ -28,7 +28,7 @@ man_MANS = re2c.1 DOCS = $(man_MANS) htdocs/manual.html EXTRA_SRC = README parser.y scanner.re y.tab.h CHANGELOG NO_WARRANTY \ - doc examples test bootstrap/*.cc bootstrap/*.h lessons \ + doc examples test bootstrap/*.cc bootstrap/*.h bootstrap/re2c.1 lessons \ $(DOCS) EXTRA_DIST = $(EXTRA_SRC) makerpm.in re2c.spec.in re2c.spec README.in config_w32.h.in EXTRA_ZIP = $(EXTRA_SRC) config_w32.h re2c.rules -- 2.40.0