mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Make it possible to uninstall without manpages (J. Jaakkola)
This commit is contained in:
parent
bff9e6fe4f
commit
a37bbc04cf
1 changed files with 2 additions and 2 deletions
|
|
@ -203,8 +203,8 @@ uninstall:
|
|||
for i in $(LSP_LIBRARIES) $(LIBRARIES) Copyright LGPL; do \
|
||||
$(RM) $(DESTDIR)$(libdir)/$$i || : ; \
|
||||
done
|
||||
rm $(DESTDIR)$(mandir)/man$(manext)/ecl.$(manext)
|
||||
rm $(DESTDIR)$(mandir)/man$(manext)/ecl-config.$(manext)
|
||||
rm -f $(DESTDIR)$(mandir)/man$(manext)/ecl.$(manext)
|
||||
rm -f $(DESTDIR)$(mandir)/man$(manext)/ecl-config.$(manext)
|
||||
|
||||
clean: mostlyclean
|
||||
$(RM) -r *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue