Skip to content

Commit 6cb6b3a

Browse files
committed
Remove doc target from all.
1 parent 293dce6 commit 6cb6b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PG_LIBS = $(libpq_pgport) ${PTHREAD_LIBS} ${PTHREAD_CFLAGS}
2929

3030
REGRESS = init option show delete backup restore
3131

32-
all: checksrcdir docs datapagemap.h receivelog.h streamutil.h pg_arman
32+
all: checksrcdir datapagemap.h receivelog.h streamutil.h pg_arman
3333

3434
# This rule's only purpose is to give the user instructions on how to pass
3535
# the path to PostgreSQL source tree to the makefile.

0 commit comments

Comments
 (0)