mirror of https://github.com/postgres/postgres
17 lines
443 B
Makefile
17 lines
443 B
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 html man install installdirs uninstall clean distclean:
|
|
$(MAKE) -C src $@
|