- ln COPYING ChangeLog Makefile.in configure configure.in \
- REFERENCES bison.1 bison.rnh configure.bat \
- bison.simple bison.hairy \
- LR0.c allocate.c closure.c conflicts.c derives.c \
- files.c getargs.c gram.c lalr.c lex.c main.c nullable.c \
- output.c print.c reader.c reduce.c symtab.c version.c \
- warshall.c files.h gram.h lex.h machine.h new.h state.h \
- symtab.h system.h types.h bison.cld build.com vmsgetargs.c \
- vmshlp.mar README INSTALL bison.texinfo bison.info* texinfo.tex \
- `cat .fname`
- cp -p getopt.[ch] getopt1.c alloca.c `cat .fname`
- tar --gzip -chf `cat .fname`.tar.z `cat .fname`
+ dst=`cat .fname`; for f in $(DISTFILES); do \
+ ln $(srcdir)/$$f $$dst/$$f || { echo copying $$f; cp -p $(srcdir)/$$f $$dst/$$f ; } \
+ done
+ tar --gzip -chf `cat .fname`.tar.gz `cat .fname`