|
4 | 4 | #
|
5 | 5 | # Copyright (c) 1994, Regents of the University of California
|
6 | 6 | #
|
7 |
| -# $PostgreSQL: pgsql/doc/Makefile,v 1.32 2008/11/1410:22:45 petere Exp $ |
| 7 | +# $PostgreSQL: pgsql/doc/Makefile,v 1.33 2009/06/18 15:10:35 petere Exp $ |
8 | 8 | #
|
9 | 9 | #----------------------------------------------------------------------------
|
10 | 10 |
|
@@ -97,7 +97,7 @@ ifdef found_html
|
97 | 97 | rm -f $(addprefix $(DESTDIR)$(htmldir)/html/, $(shell gunzip -c $(srcdir)/postgres.tar.gz | tar tf -))
|
98 | 98 | endif
|
99 | 99 | ifdeffound_man
|
100 |
| -rm -f $(addprefix $(DESTDIR)$(mandir)/, $(shell gunzip -c $(srcdir)/man.tar.gz | tar tf - | sed -e 's,man7/,man$(sqlmansectnum)/,' -e 's/.7$$/.$(sqlmansect)/')) |
| 100 | +rm -f $(filter-out %/, $(addprefix $(DESTDIR)$(mandir)/, $(shell gunzip -c $(srcdir)/man.tar.gz | tar tf - | sed -e 's,man7/,man$(sqlmansectnum)/,' -e 's/.7$$/.$(sqlmansect)/'))) |
101 | 101 | endif
|
102 | 102 |
|
103 | 103 |
|
|