Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a091ac46
Commit
a091ac46
authored
Jun 18, 2009
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't attempt to "rm" directories on uninstall.
parent
95289ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/Makefile
doc/Makefile
+2
-2
No files found.
doc/Makefile
View file @
a091ac46
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
# Copyright (c) 1994, Regents of the University of California
# Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/doc/Makefile,v 1.3
2 2008/11/14 10:22:4
5 petere Exp $
# $PostgreSQL: pgsql/doc/Makefile,v 1.3
3 2009/06/18 15:10:3
5 petere Exp $
#
#
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
...
@@ -97,7 +97,7 @@ ifdef found_html
...
@@ -97,7 +97,7 @@ ifdef found_html
rm
-f
$(
addprefix
$(DESTDIR)$(htmldir)
/html/,
$(
shell
gunzip
-c
$(srcdir)
/postgres.tar.gz |
tar
tf -
))
rm
-f
$(
addprefix
$(DESTDIR)$(htmldir)
/html/,
$(
shell
gunzip
-c
$(srcdir)
/postgres.tar.gz |
tar
tf -
))
endif
endif
ifdef
found_man
ifdef
found_man
rm
-f
$(
addprefix
$(DESTDIR)$(mandir)
/,
$(
shell
gunzip
-c
$(srcdir)
/man.tar.gz |
tar
tf - |
sed
-e
's,man7/,man
$(sqlmansectnum)
/,'
-e
's/.7$$/.
$(sqlmansect)
/'
))
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)
/'
)
))
endif
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment