Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9990988

Browse files
committed
Remove unnecessary files from distribution
1 parenta16461d commit9990988

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎doc/src/sgml/Makefile

Lines changed: 6 additions & 6 deletions
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/1122: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)

[8]ページ先頭

©2009-2025 Movatter.jp