mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 05:33:46 +01:00
Version 0.0.8.5
This commit is contained in:
parent
aacdc25673
commit
65b2ec2a40
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
|
||||
|
Loading…
Reference in New Issue
Block a user