blob: 2e5e09ef88a8dcd488d6b44574090f71b097a348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#----------------------------------------------------------------------------
#
# 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 $@
|