From 82ec7c95b701d18530eb4eed923a305a0d82bdaf Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 7 May 2015 10:26:08 -0400
Subject: [PATCH] Makefile:  Add comment that doc uninstall clears man
 directories

Report by Mario Valdez
---
 doc/src/sgml/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index 8bdd26ce28e..f04e57246df 100644
--- 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)/*)
 
-- 
GitLab