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 1a241d2 commit 82ec7c9Copy full SHA for 82ec7c9
doc/src/sgml/Makefile
@@ -331,6 +331,7 @@ endif
331
installdirs:
332
$(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum))
333
334
+# If the install used a man directory shared with other applications, this will remove all files.
335
uninstall:
336
rm -f '$(DESTDIR)$(htmldir)/html/'* $(addprefix '$(DESTDIR)$(mandir)'/man, 1/* 3/* $(sqlmansectnum)/*)
337
0 commit comments