projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a241d2
)
Makefile: Add comment that doc uninstall clears man directories
author
Bruce Momjian
<bruce@momjian.us>
Thu, 7 May 2015 14:26:08 +0000
(10:26 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 7 May 2015 14:26:08 +0000
(10:26 -0400)
Report by Mario Valdez
doc/src/sgml/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/Makefile
b/doc/src/sgml/Makefile
index 8bdd26ce28edb8f44da689679db07e65e6a43541..f04e57246df367dd5440ea1177f93f98bb44fee6 100644
(file)
--- a/
doc/src/sgml/Makefile
+++ b/
doc/src/sgml/Makefile
@@
-331,6
+331,7
@@
endif
installdirs:
$(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum))
+# If the install used a man directory shared with other applications, this will remove all files.
uninstall:
rm -f '$(DESTDIR)$(htmldir)/html/'* $(addprefix '$(DESTDIR)$(mandir)'/man, 1/* 3/* $(sqlmansectnum)/*)