File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# PostgreSQL documentation makefile
4
4
#
5
- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.60 2003/11/29 19:51:36 pgsql Exp $
5
+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.61 2003/12/11 22:10:51 petere Exp $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -22,6 +22,13 @@ JADE = jade
22
22
endif
23
23
SGMLINCLUDE = -D $(srcdir )
24
24
25
+ # If this is a vpath build, some generated SGML will be in the build
26
+ # tree, so we need to make sure we look there as well as in the
27
+ # source tree
28
+ ifeq ($(vpath_build ) , yes)
29
+ SGMLINCLUDE += -D .
30
+ endif
31
+
25
32
ifndef NSGMLS
26
33
NSGMLS = nsgmls
27
34
endif
@@ -80,6 +87,9 @@ all: html
80
87
html : postgres.sgml $(ALLSGML ) stylesheet.dsl
81
88
@rm -f * .html
82
89
$(JADE ) $(JADEFLAGS ) $(SGMLINCLUDE ) $(CATALOG ) -d stylesheet.dsl -i output-html -t sgml $<
90
+ ifeq ($(vpath_build ) , yes)
91
+ @cp $(srcdir)/stylesheet.css .
92
+ endif
83
93
84
94
85
95
COLLATEINDEX := LC_ALL=C $(PERL ) $(COLLATEINDEX ) -f -g
You can’t perform that action at this time.
0 commit comments