Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73235a1 commit 1941887Copy full SHA for 1941887
doc/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/doc/Makefile,v 1.23 2002/07/28 15:19:59 petere Exp $
+# $Header: /cvsroot/pgsql/doc/Makefile,v 1.24 2002/11/27 23:21:12 tgl Exp $
8
9
#----------------------------------------------------------------------------
10
@@ -53,7 +53,7 @@ man$(sqlmansect_dummy)/.timestamp: man.tar.gz
53
for file in man1/*.1; do \
54
mv $$file $$file.bak && \
55
sed -e 's/\\fR($(sqlmansect_dummy))/\\fR($(sqlmansectnum))/' $$file.bak >$$file && \
56
- rm $$file.bak || exit; \
+ rm -f $$file.bak || exit; \
57
done
58
@echo timestamp >$@
59
0 commit comments