diff options
| author | Peter Eisentraut | 2009-08-09 22:47:59 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2009-08-09 22:47:59 +0000 |
| commit | ed9208829afe90738608e3344b7cf0b7b323a371 (patch) | |
| tree | 7b469df2e88eb0d2466569346a382236428903bf /src/Makefile.global.in | |
| parent | 97e14f6e931d31b6d30a5a30ebbdacdf9109d9ee (diff) | |
Ship documentation without intermediate tarballs
Documentation files in HTML and man formats are now prepared for
distribution using the distprep make target, like everything else. They
are placed in doc/src/sgml/html and manX and installed from there by
make install, if present. The business with the tarballs in the tarball
is gone.
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 441de314873..5141e7dfdd4 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.256 2009/08/07 20:50:22 petere Exp $ +# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.257 2009/08/09 22:47:59 petere Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -18,7 +18,7 @@ # # Meta configuration -.PHONY: all install install-strip installdirs uninstall clean distclean maintainer-clean distprep check installcheck maintainer-check coverage +.PHONY: all install install-strip installdirs uninstall clean distclean maintainer-clean distprep check installcheck maintainer-check coverage html man .SILENT: installdirs # make `all' the default target |
