mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:16:02 +01:00
Version 0.0.7
This commit is contained in:
parent
2f1f105f73
commit
1a6b624bf2
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ static const char FORMAT_COMMAND[] = "<b>%s</b>";
|
||||||
static const char FORMAT_DESCRIPTION[] = "<i>%s</i>";
|
static const char FORMAT_DESCRIPTION[] = "<i>%s</i>";
|
||||||
|
|
||||||
/* directories and files */
|
/* directories and files */
|
||||||
static const char ZATHURA_DIR[] = ".zathura";
|
static const char ZATHURA_DIR[] = ".config/zathura";
|
||||||
static const char BOOKMARK_FILE[] = "bookmarks";
|
static const char BOOKMARK_FILE[] = "bookmarks";
|
||||||
static const char ZATHURA_RC[] = "zathurarc";
|
static const char ZATHURA_RC[] = "zathurarc";
|
||||||
|
|
||||||
|
|
|
@ -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.6
|
VERSION = 0.0.7
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
|
|
Loading…
Reference in a new issue