Commit 99909881 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove unnecessary files from distribution

parent a16461df
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# PostgreSQL documentation makefile # PostgreSQL documentation makefile
# #
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.124 2009/08/11 21:53:06 petere Exp $ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.125 2009/08/11 22:21:51 petere Exp $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
...@@ -222,10 +222,6 @@ regress_README.html: regress.sgml ...@@ -222,10 +222,6 @@ regress_README.html: regress.sgml
## XSLT processing ## XSLT processing
## ##
# This allows removing postgres.xml in the distribution tarballs while
# keeping the dependencies satisfied.
.SECONDARY: postgres.xml
postgres.xml: postgres.sgml $(ALMOSTALLSGML) postgres.xml: postgres.sgml $(ALMOSTALLSGML)
$(OSX) -D. -x lower $< | \ $(OSX) -D. -x lower $< | \
$(PERL) -p -e 's/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;' \ $(PERL) -p -e 's/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;' \
...@@ -358,8 +354,12 @@ endif # sqlmansectnum != 7 ...@@ -358,8 +354,12 @@ endif # sqlmansectnum != 7
## Clean ## Clean
## ##
# This allows removing some files from the distribution tarballs while
# keeping the dependencies satisfied.
.SECONDARY: postgres.xml $(GENERATED_SGML) HTML.index
distclean: distclean:
rm -f postgres.xml rm -f postgres.xml $(GENERATED_SGML) HTML.index
maintainer-clean: distclean maintainer-clean: distclean
# HTML # HTML
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment