## XSLT processing
##
-# This allows removing postgres.xml in the distribution tarballs while
-# keeping the dependencies satisfied.
-.SECONDARY: postgres.xml
-
postgres.xml: postgres.sgml $(ALMOSTALLSGML)
$(OSX) -D. -x lower $< | \
$(PERL) -p -e 's/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;' \
## Clean
##
+# This allows removing some files from the distribution tarballs while
+# keeping the dependencies satisfied.
+.SECONDARY: postgres.xml $(GENERATED_SGML) HTML.index
+
distclean:
- rm -f postgres.xml
+ rm -f postgres.xml $(GENERATED_SGML) HTML.index
maintainer-clean: distclean
# HTML