mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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.
9 lines
268 B
Makefile
9 lines
268 B
Makefile
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.37 2009/08/09 22:47:59 petere Exp $
|
|
|
|
subdir = doc/src
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
all distprep html man install installdirs uninstall clean distclean maintainer-clean:
|
|
$(MAKE) -C sgml $@
|