Makefile: Add comment that doc uninstall clears man directories
Report by Mario Valdez
This commit is contained in:
parent
1a241d22ae
commit
82ec7c95b7
@ -331,6 +331,7 @@ endif
|
|||||||
installdirs:
|
installdirs:
|
||||||
$(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum))
|
$(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:
|
uninstall:
|
||||||
rm -f '$(DESTDIR)$(htmldir)/html/'* $(addprefix '$(DESTDIR)$(mandir)'/man, 1/* 3/* $(sqlmansectnum)/*)
|
rm -f '$(DESTDIR)$(htmldir)/html/'* $(addprefix '$(DESTDIR)$(mandir)'/man, 1/* 3/* $(sqlmansectnum)/*)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user