Skip to content
Snippets Groups Projects
  • Peter Eisentraut's avatar
    ed920882
    Ship documentation without intermediate tarballs · ed920882
    Peter Eisentraut authored
    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.
    ed920882
    History
    Ship documentation without intermediate tarballs
    Peter Eisentraut authored
    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.
Makefile 528 B
#----------------------------------------------------------------------------
#
# PostgreSQL documentation top-level makefile
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/doc/Makefile,v 1.39 2009/08/09 22:47:59 petere Exp $
#
#----------------------------------------------------------------------------

subdir = doc
top_builddir = ..
include $(top_builddir)/src/Makefile.global

all distprep html man install installdirs uninstall clean distclean maintainer-clean:
	$(MAKE) -C src $@