https://github.com/postgres/postgres
Raw File
Tip revision: b11e9bbc41d1906360f1fbaab133118e703de75a authored by Tom Lane on 18 July 2016, 20:54:26 UTC
Stamp 9.6beta3.
Tip revision: b11e9bb
Makefile
#----------------------------------------------------------------------------
#
# PostgreSQL documentation top-level makefile
#
# Copyright (c) 1994, Regents of the University of California
#
# doc/Makefile
#
#----------------------------------------------------------------------------

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

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