mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 18:54: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
|
dist: clean
|
||||||
$(QUIET)mkdir -p ${PROJECT}-${VERSION}
|
$(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}.desktop ${PROJECT}rc.5.rst \
|
||||||
${PROJECT}.1 ${SOURCE} ${PROJECT}-${VERSION}
|
${PROJECT}.1 ${SOURCE} ${PROJECT}-${VERSION}
|
||||||
$(QUIET)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}
|
$(QUIET)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# See LICENSE file for license and copyright information
|
# See LICENSE file for license and copyright information
|
||||||
# zathura make config
|
# zathura make config
|
||||||
|
|
||||||
VERSION = 0.0.8.4
|
VERSION = 0.0.8.5
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
|
|
|
@ -4088,6 +4088,8 @@ cc_print(char* input)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(current_line);
|
||||||
|
|
||||||
pclose(fp);
|
pclose(fp);
|
||||||
|
|
||||||
return completion;
|
return completion;
|
||||||
|
|
Loading…
Reference in a new issue