Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
490d2e7b
Commit
490d2e7b
authored
Feb 21, 2012
by
Moritz Lipp
Browse files
Merge branch 'develop' of pwmt.org:zathura into develop
parents
ffd2da55
c39c81c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
490d2e7b
...
...
@@ -64,6 +64,7 @@ ${PROJECT}.pc: ${PROJECT}.pc.in config.mk
$(QUIET)
echo
version
=
${VERSION}
>>
${PROJECT}
.pc
$(QUIET)
echo
includedir
=
${PREFIX}
/include
>>
${PROJECT}
.pc
$(QUIET)
echo
plugindir
=
${PLUGINDIR}
>>
${PROJECT}
.pc
$(QUIET)
echo
GTK_VERSION
=
${ZATHURA_GTK_VERSION}
>>
${PROJECT}
.pc
$(QUIET)
cat
${PROJECT}
.pc.in
>>
${PROJECT}
.pc
valgrind
:
debug
...
...
tests/Makefile
View file @
490d2e7b
...
...
@@ -46,7 +46,7 @@ ${PROJECT}: options ${OBJECTS}
${OBJECTS}
:
../config.mk
clean
:
$(QUIET)
rm
-rf
${OBJECTS}
${PROJECT}
$(QUIET)
rm
-rf
${OBJECTS}
${PROJECT}
*
.gcno
*
.gcda
.PHONY
:
all options clean debug
...
...
zathura.pc.in
View file @
490d2e7b
...
...
@@ -6,4 +6,4 @@ Description: document viewer
Version: ${version}
URL: http://pwmt.org/projects/zathura
Cflags: ${INC_PATH}
Libs:
Requires.private: girara-gtk${GTK_VERSION} gtk+-${GTK_VERSION}-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment