https://github.com/postgres/postgres
Raw File
Tip revision: 4bec93ac0f8341ee150d96ad5d2324f477adbfe8 authored by Tom Lane on 31 May 2012, 23:16:55 UTC
Stamp 9.2beta2.
Tip revision: 4bec93a
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