|
2 | 2 | #
|
3 | 3 | # PostgreSQL documentation makefile
|
4 | 4 | #
|
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/1122:21:51 petere Exp $ |
6 | 6 | #
|
7 | 7 | #----------------------------------------------------------------------------
|
8 | 8 |
|
@@ -222,10 +222,6 @@ regress_README.html: regress.sgml
|
222 | 222 | ## XSLT processing
|
223 | 223 | ##
|
224 | 224 |
|
225 |
| -# This allows removing postgres.xml in the distribution tarballs while |
226 |
| -# keeping the dependencies satisfied. |
227 |
| -.SECONDARY: postgres.xml |
228 |
| - |
229 | 225 | postgres.xml: postgres.sgml$(ALMOSTALLSGML)
|
230 | 226 | $(OSX) -D. -x lower$<|\
|
231 | 227 | $(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 | 354 | ## Clean
|
359 | 355 | ##
|
360 | 356 |
|
| 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 | + |
361 | 361 | distclean:
|
362 |
| -rm -f postgres.xml |
| 362 | +rm -f postgres.xml$(GENERATED_SGML) HTML.index |
363 | 363 |
|
364 | 364 | maintainer-clean: distclean
|
365 | 365 | # HTML
|
|