|
2 | 2 | #
|
3 | 3 | # PostgreSQL documentation makefile
|
4 | 4 | #
|
5 |
| -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.132 2009/10/06 00:54:26 alvherre Exp $ |
| 5 | +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.133 2009/10/06 20:00:44 petere Exp $ |
6 | 6 | #
|
7 | 7 | #----------------------------------------------------------------------------
|
8 | 8 |
|
@@ -354,21 +354,19 @@ endif # sqlmansectnum != 7
|
354 | 354 | .SECONDARY: %-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf
|
355 | 355 |
|
356 | 356 | clean:
|
357 |
| - rm -f postgres.xml $(GENERATED_SGML) HTML.index |
358 |
| - rm -f INSTALL.html HISTORY.html regress_README.html |
359 |
| - rm -f $(addprefix $(srcdir)/,*.tex-ps *.tex-pdf *.dvi *.aux *.log *.out *.fot) |
360 |
| - |
361 |
| -distclean: clean |
362 | 357 | # text --- these are shipped, but not in this directory
|
363 |
| - rm -f $(addprefix $(srcdir)/,INSTALL HISTORY regress_README) |
| 358 | + rm -f INSTALL HISTORY regress_README |
| 359 | + rm -f INSTALL.html HISTORY.html regress_README.html |
364 | 360 | # print
|
365 |
| - rm -f $(addprefix $(srcdir)/,*.rtf *.ps *.pdf) |
| 361 | + rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.fot |
366 | 362 | # index
|
367 |
| - rm -f $(addprefix $(srcdir)/,HTML.index $(GENERATED_SGML)) |
| 363 | + rm -f HTML.index $(GENERATED_SGML) |
368 | 364 | # XSLT
|
369 |
| - rm -f $(addprefix $(srcdir)/,htmlhelp.hhp toc.hhc index.hhk *.fo) |
| 365 | + rm -f postgres.xml htmlhelp.hhp toc.hhc index.hhk *.fo |
370 | 366 | # Texinfo
|
371 |
| - rm -f $(addprefix $(srcdir)/,*.texixml *.texi *.info db2texi.refs) |
| 367 | + rm -f *.texixml *.texi *.info db2texi.refs |
| 368 | + |
| 369 | +distclean: clean |
372 | 370 |
|
373 | 371 | maintainer-clean: distclean
|
374 | 372 | # HTML
|
|
0 commit comments