Version 0.0.6

This commit is contained in:
ML 2010-06-06 19:53:14 +02:00
parent 4669118b86
commit c5567369c1

View file

@ -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)