mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
doc: Move check-tabs target into html target
The previous plan of having the check-tabs target a prerequisite of "all" and "distprep" caused make distcheck to fail because make -q distprep would never be satisfied. Put check-tabs into the html target instead, so it is only called when a build actually happens.
This commit is contained in:
parent
8238d1ed8f
commit
956f2db490
@ -22,9 +22,9 @@ top_builddir = ../../..
|
|||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
|
|
||||||
all: check-tabs html man
|
all: html man
|
||||||
|
|
||||||
distprep: check-tabs html distprep-man
|
distprep: html distprep-man
|
||||||
|
|
||||||
|
|
||||||
ifndef JADE
|
ifndef JADE
|
||||||
@ -100,6 +100,7 @@ draft: postgres.sgml $(ALMOSTALLSGML) stylesheet.dsl
|
|||||||
html: html-stamp
|
html: html-stamp
|
||||||
|
|
||||||
html-stamp: postgres.sgml $(ALLSGML) stylesheet.dsl
|
html-stamp: postgres.sgml $(ALLSGML) stylesheet.dsl
|
||||||
|
$(MAKE) check-tabs
|
||||||
$(MKDIR_P) html
|
$(MKDIR_P) html
|
||||||
$(JADE.html.call) -i include-index $<
|
$(JADE.html.call) -i include-index $<
|
||||||
cp $(srcdir)/stylesheet.css html/
|
cp $(srcdir)/stylesheet.css html/
|
||||||
|
Loading…
Reference in New Issue
Block a user