projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fc956
)
Control openjade draft-mode by variable DRAFT, rather than whether the
author
Bruce Momjian
<bruce@momjian.us>
Fri, 26 Jan 2007 23:51:39 +0000
(23:51 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 26 Jan 2007 23:51:39 +0000
(23:51 +0000)
version tag is 'devel'.
doc/src/sgml/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/Makefile
b/doc/src/sgml/Makefile
index ea0e197dceb54450deaea72348921d6f01275f91..83dbf7874b914cfb465484c8c13ea34b1a30a040 100644
(file)
--- a/
doc/src/sgml/Makefile
+++ b/
doc/src/sgml/Makefile
@@
-2,7
+2,7
@@
#
# PostgreSQL documentation makefile
#
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.9
2 2007/01/26 22:23:4
9 momjian Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.9
3 2007/01/26 23:51:3
9 momjian Exp $
#
#----------------------------------------------------------------------------
@@
-53,7
+53,7
@@
CATALOG = -c $(DOCBOOKSTYLE)/catalog
endif
# Enable draft mode during development
-if
neq (,$(findstring devel, $(VERSION))
)
+if
eq ($(DRAFT), Y
)
override JADEFLAGS += -V draft-mode
endif