https://github.com/postgres/postgres
Raw File
Tip revision: 6237fadcc95bdcadd760f893d7bd9b866fadfff3 authored by Tom Lane on 17 February 2014, 19:38:15 UTC
Stamp 9.2.7.
Tip revision: 6237fad
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 maintainer-check:
	$(MAKE) -C src $@
back to top