mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08: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: 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
|
||||
|
||||
# Enable draft mode during development
|
||||
ifneq (,$(findstring devel, $(VERSION)))
|
||||
ifeq ($(DRAFT), Y)
|
||||
override JADEFLAGS += -V draft-mode
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user