Add "make release" target for what goes into the distribution.

This commit is contained in:
hpa 2001-08-10 18:52:24 +00:00
parent c5b2406d51
commit 070ca7c888

View file

@ -30,6 +30,10 @@ spotless: distclean
config: MCONFIG
release:
$(MAKE) configure
$(MAKE) distclean
MCONFIG: configure MCONFIG.in config.h.in
./configure