diff options
author | Bruce Momjian | 2004-03-05 05:15:16 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-03-05 05:15:16 +0000 |
commit | 3783ed34202dc32946a0a22383c9d0488ed2b67f (patch) | |
tree | bbd7176fa939b53d21276e10090d5b0257f71f73 | |
parent | e0859996627d2b88ddb28dee0d7607325de60134 (diff) |
Add xml2 as skipped /contrib Makefile entry.
-rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 16ea4019eaf..f6560182683 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.47 2003/11/29 19:51:18 pgsql Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.48 2004/03/05 05:15:16 momjian Exp $ subdir = contrib top_builddir = .. @@ -55,6 +55,7 @@ WANTED_DIRS = \ # start-scripts \ (does not have a makefile) # tools \ (does not have a makefile) # xml \ (non-standard makefile) +# xml2 \ (non-standard makefile) all install installdirs uninstall clean distclean maintainer-clean check installcheck: |