We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fc956 commit adef25eCopy full SHA for adef25e
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $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 $
6
7
#----------------------------------------------------------------------------
8
@@ -53,7 +53,7 @@ CATALOG = -c $(DOCBOOKSTYLE)/catalog
53
endif
54
55
# Enable draft mode during development
56
-ifneq (,$(findstring devel, $(VERSION)))
+ifeq ($(DRAFT), Y)
57
override JADEFLAGS += -V draft-mode
58
59
0 commit comments