Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9990988

Browse files
committed
Remove unnecessary files from distribution
1 parent a16461d commit 9990988

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/Makefile

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
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/11 22:21:51 petere Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -222,10 +222,6 @@ regress_README.html: regress.sgml
222222
## XSLT processing
223223
##
224224

225-
# This allows removing postgres.xml in the distribution tarballs while
226-
# keeping the dependencies satisfied.
227-
.SECONDARY: postgres.xml
228-
229225
postgres.xml: postgres.sgml $(ALMOSTALLSGML)
230226
$(OSX) -D. -x lower $< | \
231227
$(PERL) -p -e 's/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;' \
@@ -358,8 +354,12 @@ endif # sqlmansectnum != 7
358354
## Clean
359355
##
360356

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+
361361
distclean:
362-
rm -f postgres.xml
362+
rm -f postgres.xml $(GENERATED_SGML) HTML.index
363363

364364
maintainer-clean: distclean
365365
# HTML

0 commit comments

Comments
 (0)