]> git.saurik.com Git - bison.git/commitdiff
Distribute original version of simple parser (bison.s1), not built
authorJesse Thilo <jthilo@gnu.org>
Sat, 28 Nov 1998 21:31:37 +0000 (21:31 +0000)
committerJesse Thilo <jthilo@gnu.org>
Sat, 28 Nov 1998 21:31:37 +0000 (21:31 +0000)
version (bison.simple).

Makefile.am

index 9ad58de4cf3ccfb1d313f5dae2fbdacaa13a48d1..e4c17038abbd772ea0b0b015a1cda9a4769c5d3d 100644 (file)
@@ -23,10 +23,10 @@ data_DATA = $(PFILE) $(PFILE1)
 info_TEXINFOS = bison.texinfo
 man_MANS = bison.1
 
-EXTRA_DIST = $(PFILE) $(PFILE1) $(man_MANS) REFERENCES configure.bat   \
+EXTRA_DIST = bison.1 bison.s1 bison.hairy REFERENCES configure.bat     \
  build.com bison.cld bison.rnh vmshlp.mar
 
 bison.simple: bison.s1 Makefile
-       -rm -f bison.simple
+       -rm -f $@
        sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $< > $@-tmp
        mv $@-tmp $@