mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 23:34:12 +03:00
src makefile: Install GDB types in debug mode
This commit is contained in:
parent
a70dbda54c
commit
36166d8b0f
@ -153,6 +153,9 @@ installdirs:
|
||||
$(sharedir)/doc \
|
||||
$(docdir) \
|
||||
$(mandir)
|
||||
ifeq ($(debug),yes)
|
||||
install -d $(sharedir)/gdb
|
||||
endif
|
||||
|
||||
install: kak man installdirs
|
||||
install -m 0755 kak $(bindir)
|
||||
@ -169,6 +172,9 @@ ifeq ($(gzip_man),yes)
|
||||
else
|
||||
install -m 0644 ../doc/kak.1 $(mandir)
|
||||
endif
|
||||
ifeq ($(debug),yes)
|
||||
install -m 0644 ../gdb/kakoune.py $(sharedir)/gdb
|
||||
endif
|
||||
|
||||
install-strip: install
|
||||
strip -s $(bindir)/kak
|
||||
|
Loading…
Reference in New Issue
Block a user