*** pgsql/doc/src/sgml/Makefile 2010/05/01 21:31:17 1.142 --- pgsql/doc/src/sgml/Makefile 2010/05/13 11:49:47 1.143 *************** *** 2,8 **** # # PostgreSQL documentation makefile # ! # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.141 2010/05/01 18:15:07 tgl Exp $ # #---------------------------------------------------------------------------- --- 2,8 ---- # # PostgreSQL documentation makefile # ! # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.142 2010/05/01 21:31:17 tgl Exp $ # #---------------------------------------------------------------------------- *************** check: postgres.sgml $(ALMOSTALLSGML) ch *** 277,284 **** ## Install ## - vpathsearch = `for f in $(addsuffix /$(1),$(subst :, ,. $(VPATH))); do test -r $$f && echo $$f && break; done` - install: install-html ifneq ($(PORTNAME), sco) --- 277,282 ----