mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-08 14:16:00 +01:00
Version 0.0.6
This commit is contained in:
parent
6d3bce6920
commit
a6b15b25bc
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# 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.5
|
VERSION = 0.0.6
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX = /usr
|
PREFIX ?= /usr
|
||||||
MANPREFIX = ${PREFIX}/share/man
|
MANPREFIX ?= ${PREFIX}/share/man
|
||||||
|
|
||||||
# libs
|
# libs
|
||||||
GTK_INC = $(shell pkg-config --cflags gtk+-2.0 poppler-glib)
|
GTK_INC = $(shell pkg-config --cflags gtk+-2.0 poppler-glib)
|
||||||
|
|
Loading…
Reference in a new issue