mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Remove README.CVS when making a distribution.
This commit is contained in:
parent
c0dff99dbc
commit
0e338bba42
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# PostgreSQL top level makefile
|
# PostgreSQL top level makefile
|
||||||
#
|
#
|
||||||
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.38 2004/04/20 00:33:44 pgsql Exp $
|
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.39 2004/06/13 21:51:36 petere Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
subdir =
|
subdir =
|
||||||
@ -101,6 +101,7 @@ distdir:
|
|||||||
done
|
done
|
||||||
$(MAKE) -C $(distdir) distprep
|
$(MAKE) -C $(distdir) distprep
|
||||||
$(MAKE) -C $(distdir) distclean
|
$(MAKE) -C $(distdir) distclean
|
||||||
|
rm -f $(distdir)/README.CVS
|
||||||
|
|
||||||
distcheck: $(distdir).tar.gz
|
distcheck: $(distdir).tar.gz
|
||||||
-rm -rf $(dummy)
|
-rm -rf $(dummy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user