mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Allow building documentation outside source tree.
from Ian Lance Taylor
This commit is contained in:
parent
00713cb7cb
commit
b67e7bb1f7
@ -1,5 +1,5 @@
|
|||||||
# Postgres documentation makefile
|
# Postgres documentation makefile
|
||||||
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.16 2001/02/17 16:47:57 tgl Exp $
|
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.17 2001/03/25 08:32:24 petere Exp $
|
||||||
|
|
||||||
subdir = doc/src
|
subdir = doc/src
|
||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
@ -43,17 +43,17 @@ admin.tar developer.tar reference.tar user.tar:
|
|||||||
programmer.tar:
|
programmer.tar:
|
||||||
$(MAKE) -C sgml clean
|
$(MAKE) -C sgml clean
|
||||||
$(MAKE) -C sgml programmer.html
|
$(MAKE) -C sgml programmer.html
|
||||||
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics catalogs.gif connections.gif
|
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C `cd $(srcdir) && pwd`/graphics catalogs.gif connections.gif
|
||||||
|
|
||||||
tutorial.tar:
|
tutorial.tar:
|
||||||
$(MAKE) -C sgml clean
|
$(MAKE) -C sgml clean
|
||||||
$(MAKE) -C sgml tutorial.html
|
$(MAKE) -C sgml tutorial.html
|
||||||
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics clientserver.gif
|
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C `cd $(srcdir) && pwd`/graphics clientserver.gif
|
||||||
|
|
||||||
postgres.tar:
|
postgres.tar:
|
||||||
$(MAKE) -C sgml clean
|
$(MAKE) -C sgml clean
|
||||||
$(MAKE) -C sgml postgres.html
|
$(MAKE) -C sgml postgres.html
|
||||||
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics catalogs.gif clientserver.gif connections.gif
|
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C `cd $(srcdir) && pwd`/graphics catalogs.gif clientserver.gif connections.gif
|
||||||
|
|
||||||
man.tar:
|
man.tar:
|
||||||
$(MAKE) -C sgml man
|
$(MAKE) -C sgml man
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.34 2001/03/10 16:05:35 petere Exp $
|
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.35 2001/03/25 08:32:24 petere Exp $
|
||||||
#
|
#
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ endif
|
|||||||
ifndef JADE
|
ifndef JADE
|
||||||
JADE = jade
|
JADE = jade
|
||||||
endif
|
endif
|
||||||
SGMLINCLUDE = -D ref -D ../graphics
|
SGMLINCLUDE = -D $(srcdir) -D $(srcdir)/ref -D $(srcdir)/../graphics
|
||||||
|
|
||||||
ifndef NSGMLS
|
ifndef NSGMLS
|
||||||
NSGMLS = nsgmls
|
NSGMLS = nsgmls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user