Branch: Tag:

2002-04-08

2002-04-08 18:05:17 by Mikael Brandström <mikael@brandstrom.org>

Added a snapshot target to export to Pike-vX.Y-snapshot-yyyymmdd.tar.gz

Rev: Makefile:1.61
Rev: README-CVS.txt:1.15
Rev: bin/export.pike:1.46
Rev: src/Makefile.in:1.296

1:   # - # $Id: Makefile.in,v 1.295 2002/04/08 01:50:14 marcus Exp $ + # $Id: Makefile.in,v 1.296 2002/04/08 18:05:17 mikael%unix.pp.se Exp $   #      # This line is needed on some machines.
576:    chmod +x $(SRCDIR)/install-sh    $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)"    + snapshot_export: source +  chmod +x $(SRCDIR)/install-sh +  $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" --notag --snapshot +    export: full_export      all_exports: full_export