mirror of https://github.com/postgres/postgres
Remove mention of internals.ps.
This commit is contained in:
parent
22e22a5208
commit
d3809822f1
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# PostgreSQL top level makefile
|
||||
#
|
||||
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.21 2001/11/21 15:08:32 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.22 2001/11/21 21:16:58 momjian Exp $
|
||||
#
|
||||
|
||||
subdir =
|
||||
|
@ -71,7 +71,7 @@ opt_files := src/backend/utils/mb contrib/retep/build.xml \
|
|||
$(addprefix src/interfaces/, odbc libpq++ libpgtcl perl5 python jdbc) \
|
||||
$(addprefix src/pl/, plperl tcl)
|
||||
|
||||
docs_files := doc/src/postgres.tar.gz doc/src doc/TODO.detail doc/internals.ps
|
||||
docs_files := doc/src/postgres.tar.gz doc/src doc/TODO.detail
|
||||
|
||||
postgresql-base-$(VERSION).tar: distdir
|
||||
$(TAR) -c $(addprefix --exclude $(distdir)/, $(docs_files) $(opt_files) src/test) \
|
||||
|
|
Loading…
Reference in New Issue