From ab6609884190fb941ef6ad8ddf2003ebf277705b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 13 Feb 2001 21:51:17 +0000 Subject: [PATCH] Didn't work when Makefile.custom is missing. --- doc/src/sgml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 49146b7885..681c084a9a 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.31 2001/02/13 21:27:05 petere Exp $ +# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.32 2001/02/13 21:51:17 petere Exp $ # #---------------------------------------------------------------------------- @@ -52,7 +52,7 @@ ALLBOOKS = admin developer programmer reference tutorial user ALLSGML := $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) -catalog: Makefile $(top_builddir)/src/Makefile.global $(top_builddir)/src/Makefile.custom +catalog: Makefile $(top_builddir)/src/Makefile.global (echo "PUBLIC \"-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN\" \"$(DOCBOOKSTYLE)/html/docbook.dsl\""; \ echo "PUBLIC \"-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN\" \"$(DOCBOOKSTYLE)/print/docbook.dsl\"") > $@ -- 2.40.0