File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Postgres documentation makefile
2- # $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.16 2001/02/17 16:47:57 tgl Exp $
2+ # $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.17 2001/03/25 08:32:24 petere Exp $
33
44subdir = doc/src
55top_builddir = ../..
@@ -43,17 +43,17 @@ admin.tar developer.tar reference.tar user.tar:
4343programmer.tar :
4444 $(MAKE ) -C sgml clean
4545 $(MAKE ) -C sgml programmer.html
46- cd sgml && $(TAR ) -cf ../$@ $(TAREXCLUDE ) * .html -C .. /graphics catalogs.gif connections.gif
46+ cd sgml && $(TAR ) -cf ../$@ $(TAREXCLUDE ) * .html -C ` cd $( srcdir ) && pwd ` /graphics catalogs.gif connections.gif
4747
4848tutorial.tar :
4949 $(MAKE ) -C sgml clean
5050 $(MAKE ) -C sgml tutorial.html
51- cd sgml && $(TAR ) -cf ../$@ $(TAREXCLUDE ) * .html -C .. /graphics clientserver.gif
51+ cd sgml && $(TAR ) -cf ../$@ $(TAREXCLUDE ) * .html -C ` cd $( srcdir ) && pwd ` /graphics clientserver.gif
5252
5353postgres.tar :
5454 $(MAKE ) -C sgml clean
5555 $(MAKE ) -C sgml postgres.html
56- cd sgml && $(TAR ) -cf ../$@ $(TAREXCLUDE ) * .html -C .. /graphics catalogs.gif clientserver.gif connections.gif
56+ cd sgml && $(TAR ) -cf ../$@ $(TAREXCLUDE ) * .html -C ` cd $( srcdir ) && pwd ` /graphics catalogs.gif clientserver.gif connections.gif
5757
5858man.tar :
5959 $(MAKE ) -C sgml man
Original file line number Diff line number Diff line change 88#
99#
1010# IDENTIFICATION
11- # $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.34 2001/03/10 16:05:35 petere Exp $
11+ # $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.35 2001/03/25 08:32:24 petere Exp $
1212#
1313# ----------------------------------------------------------------------------
1414
2626ifndef JADE
2727JADE = jade
2828endif
29- SGMLINCLUDE = -D ref -D ../graphics
29+ SGMLINCLUDE = -D $( srcdir ) -D $( srcdir ) / ref -D $( srcdir ) / ../graphics
3030
3131ifndef NSGMLS
3232NSGMLS = nsgmls
You can’t perform that action at this time.
0 commit comments