mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 17:13:00 +03:00
Merge remote-tracking branch 'maximbaz/fix-makefile-manpage'
This commit is contained in:
commit
207291219c
@ -95,7 +95,7 @@ kak$(suffix) : $(objects) .version.o
|
||||
# Generate the man page
|
||||
ifeq ($(gzip_man),yes)
|
||||
../doc/kak.1.gz: ../doc/kak.1
|
||||
gzip -n -9 -f $(basename $<)
|
||||
gzip -n -9 -f $<
|
||||
man: ../doc/kak.1.gz
|
||||
else
|
||||
man: ../doc/kak.1
|
||||
|
Loading…
Reference in New Issue
Block a user