mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-29 01:04:56 +01:00
Version 0.0.8.5
This commit is contained in:
parent
aacdc25673
commit
65b2ec2a40
3 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -64,7 +64,7 @@ gdb: debug
|
|||
|
||||
dist: clean
|
||||
$(QUIET)mkdir -p ${PROJECT}-${VERSION}
|
||||
$(QUIET)cp -R LICENSE Makefile config.mk config.def.h README \
|
||||
$(QUIET)cp -R LICENSE Makefile config.mk common.mk config.def.h README \
|
||||
${PROJECT}.desktop ${PROJECT}rc.5.rst \
|
||||
${PROJECT}.1 ${SOURCE} ${PROJECT}-${VERSION}
|
||||
$(QUIET)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# See LICENSE file for license and copyright information
|
||||
# zathura make config
|
||||
|
||||
VERSION = 0.0.8.4
|
||||
VERSION = 0.0.8.5
|
||||
|
||||
# paths
|
||||
PREFIX ?= /usr
|
||||
|
|
|
@ -4088,6 +4088,8 @@ cc_print(char* input)
|
|||
}
|
||||
}
|
||||
|
||||
free(current_line);
|
||||
|
||||
pclose(fp);
|
||||
|
||||
return completion;
|
||||
|
|
Loading…
Reference in a new issue