mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Control openjade draft-mode by variable DRAFT, rather than whether the
version tag is 'devel'.
This commit is contained in:
parent
f0fc95612d
commit
adef25e5ea
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# PostgreSQL documentation makefile
|
# PostgreSQL documentation makefile
|
||||||
#
|
#
|
||||||
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.92 2007/01/26 22:23:49 momjian Exp $
|
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.93 2007/01/26 23:51:39 momjian Exp $
|
||||||
#
|
#
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ CATALOG = -c $(DOCBOOKSTYLE)/catalog
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Enable draft mode during development
|
# Enable draft mode during development
|
||||||
ifneq (,$(findstring devel, $(VERSION)))
|
ifeq ($(DRAFT), Y)
|
||||||
override JADEFLAGS += -V draft-mode
|
override JADEFLAGS += -V draft-mode
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user