--- postgresql/doc/src/sgml/Makefile 2012-02-23 14:53:36.000000000 -0800 +++ postgresql-9.1.3/doc/src/sgml/Makefile 2012-03-29 15:47:52.000000000 -0700 @@ -22,7 +22,7 @@ include $(top_builddir)/src/Makefile.global -all: html man +all: man distprep: html distprep-man @@ -77,7 +77,7 @@ man distprep-man: man-stamp -man-stamp: stylesheet-man.xsl postgres.xml +man-stamp: stylesheet-man.xsl $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTPROC_MAN_FLAGS) $^ touch $@ @@ -311,7 +311,7 @@ ## Install html -install-html: html installdirs +install-html: installdirs cp -R $(call vpathsearch,html) '$(DESTDIR)$(htmldir)'