Skip to content

Commit 799c62a

Browse files
Thomas Munrohackorum
authored andcommitted
Add "docs" to top-level Makefile for non-GNU make.
Allow users to type "make docs" on BSD, AIX, ... systems. Thomas Munro
1 parent 1d1d7b0 commit 799c62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# a single-target, empty rule to make the other targets non-default.
1616
all:
1717

18-
all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck world check-world install-world installcheck-world:
18+
all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck world check-world install-world installcheck-world docs:
1919
@if [ ! -f GNUmakefile ] ; then \
2020
echo "You need to run the 'configure' program first. Please see"; \
2121
echo "<https://www.postgresql.org/docs/devel/installation.html>" ; \

0 commit comments

Comments
 (0)