postgresql/doc/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
469 B
Makefile
Raw Normal View History

#----------------------------------------------------------------------------
#
# PostgreSQL documentation top-level makefile
#
# Copyright (c) 1994, Regents of the University of California
#
2010-09-20 22:08:53 +02:00
# 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 $@