File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22#
33# PostgreSQL documentation makefile
44#
5- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.124 2009/08/11 21:53:06 petere Exp $
5+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.125 2009/08/11 22: 21:51 petere Exp $
66#
77# ----------------------------------------------------------------------------
88
@@ -222,10 +222,6 @@ regress_README.html: regress.sgml
222222# # XSLT processing
223223# #
224224
225- # This allows removing postgres.xml in the distribution tarballs while
226- # keeping the dependencies satisfied.
227- .SECONDARY : postgres.xml
228-
229225postgres.xml : postgres.sgml $(ALMOSTALLSGML )
230226 $(OSX ) -D. -x lower $< | \
231227 $(PERL ) -p -e ' s/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;' \
@@ -358,8 +354,12 @@ endif # sqlmansectnum != 7
358354# # Clean
359355# #
360356
357+ # This allows removing some files from the distribution tarballs while
358+ # keeping the dependencies satisfied.
359+ .SECONDARY : postgres.xml $(GENERATED_SGML ) HTML.index
360+
361361distclean :
362- rm -f postgres.xml
362+ rm -f postgres.xml $( GENERATED_SGML ) HTML.index
363363
364364maintainer-clean : distclean
365365# HTML
You can’t perform that action at this time.
0 commit comments