Branch: Tag:

2002-02-03

2002-02-03 22:37:47 by Martin Nilsson <mani@lysator.liu.se>

New target small_export. Like full_export, but without tagging.

Rev: src/Makefile.in:1.284

1:   # - # $Id: Makefile.in,v 1.283 2002/01/28 17:43:18 mast Exp $ + # $Id: Makefile.in,v 1.284 2002/02/03 22:37:47 nilsson Exp $   #      # This line is needed on some machines.
567:   # Beware that export archive this includes bison/yacc/byacc source   # and thus has to follow the rules stated in that code.    + small_export: source +  chmod +x $(SRCDIR)/install-sh +  $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" --notag +    full_export: source    chmod +x $(SRCDIR)/install-sh    $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)"