From ad8b6f8897bfb89b082ed3c63bbb11fc0c02aae2 Mon Sep 17 00:00:00 2001 From: helly Date: Sun, 18 Dec 2005 19:16:23 +0000 Subject: [PATCH] - The generated spec file needs to be in the dist file to allow 'rpmbuild -tb *.tar.gz' --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3f204688..79774d31 100755 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ CLEANFILES = parser.cc y.tab.c y.tab.h parser.cc re2c.1 .version DISTCLEANFILES = makerpm re2c.spec README scanner.cc re2c$(EXEEXT) EXTRA_DIST = $(man_MANS) README parser.y scanner.re makerpm.in re2c.spec.in \ - README.in y.tab.h CHANGELOG \ + re2c.spec README.in y.tab.h CHANGELOG \ doc examples test dist-hook: -- 2.50.1