Commit Graph

78 Commits

Author SHA1 Message Date
Sebastian Ramacher
59f27880a8 Add build-manpages and install-manpages targets. 2012-03-12 19:25:38 +01:00
Sebastian Ramacher
2acc27692b all should already build the translation files. 2012-03-12 19:09:52 +01:00
Sebastian Ramacher
25fed48293 Minor Makefile fixes 2012-03-08 18:54:13 +01:00
Sebastian Ramacher
2f23dfe388 Minor Makefile fixes 2012-03-08 18:52:58 +01:00
Sebastian Ramacher
114cc32fd8 Add RSTTOMAN to configure path to rst2man (Closes: #140) 2012-03-08 18:23:44 +01:00
Sebastian Ramacher
cc0e59825c Add explicit targets to update po files. 2012-03-08 18:03:19 +01:00
Sebastian Ramacher
48d06cbf36 Use wildcard and filter-out instead of find. 2012-03-08 17:50:54 +01:00
Sebastian Ramacher
e8a16931ad Add (un)install-headers and honor INCLUDEDIR and LIBDIR. 2012-03-08 17:10:31 +01:00
Moritz Lipp
bbc8076bf8 Merge branch 'develop' of pwmt.org:zathura into develop 2012-03-07 16:15:07 +01:00
Moritz Lipp
1f457ed31e Update valgrind Makefile target 2012-03-07 16:15:06 +01:00
Sebastian Ramacher
904bc8cfcb Copy uninstall target in po/Makefile from girara. 2012-03-07 15:32:11 +01:00
Sebastian Ramacher
dfd2f5bec7 Add explicit po target and don't update po file all the time. 2012-03-07 15:29:35 +01:00
Moritz Lipp
8c192377e8 Update Makefile 2012-03-06 21:09:58 +01:00
Sebastian Ramacher
5d829cce1a Fix @chmod command not found 2012-03-06 14:12:14 +01:00
Sebastian Ramacher
930f94fc1f Remove unnecessary make call. 2012-03-06 11:44:58 +01:00
Sebastian Ramacher
0aa3eb02c2 Move the chmod call to the right place. 2012-03-05 19:58:07 +01:00
Sebastian Ramacher
5c8d1bdba2 Drop po/zathura.pot from the repo. 2012-03-05 15:45:04 +01:00
Sebastian Ramacher
9f31c38cca We need to check if macros are already defined in CPPFLAGS before setting them. 2012-03-05 09:51:27 +01:00
Sebastian Ramacher
667c821600 Merge branch 'develop-database' into develop
Conflicts:
	database-plain.c
2012-03-04 18:52:31 +01:00
Sebastian Ramacher
9ac4bdf0b0 A first step towards localization. 2012-03-04 18:35:16 +01:00
Sebastian Ramacher
4b559e585b Implement support to use both database backends. 2012-03-04 15:56:54 +01:00
Sebastian Ramacher
1c22b4f369 Fix some Makefile issues.
* Ship all database backends.
 * Remove .depend in clean.
2012-03-01 03:04:09 +01:00
Moritz Lipp
3826f83be7 Update Makefile 2012-02-25 23:42:20 +01:00
Sebastian Ramacher
18b9694f9b Add API versioning and add macro to register plugins.
If the plugin interface changes ZATHURA_API_VERSION has to be bumped before a
release.
2012-02-25 15:21:00 +01:00
Moritz Lipp
c145f80ef0 Add missing zathura.desktop file 2012-02-22 12:13:49 +01:00
Sebastian Ramacher
59921ba085 update version number 2012-02-21 22:13:23 +01:00
Sebastian Ramacher
07cb63c89d be consistent with the naming of the test targets 2012-02-21 19:14:27 +01:00
Sebastian Ramacher
299b503c00 separate targets to build and run tests 2012-02-21 19:05:35 +01:00
Sebastian Ramacher
22b7914665 add gtk+ and girara to Requires.private 2012-02-21 14:30:08 +01:00
Sebastian Ramacher
53deb6d150 add AUTHORS file 2012-02-20 22:23:11 +01:00
Moritz Lipp
a91103044f Added zathurarc.5.rst 2012-02-18 12:22:37 +01:00
Moritz Lipp
3f543f42bd Update dest target 2012-02-18 12:13:45 +01:00
Moritz Lipp
55c175b1e0 Update man page 2012-02-18 11:37:39 +01:00
Sebastian Ramacher
98b421120e store plugindir in zathura.pc 2012-02-14 16:30:15 +01:00
Sebastian Ramacher
377ceafd63 Call make via ${MAKE} 2012-02-09 01:13:40 +01:00
Sebastian Ramacher
a4d049e5e7 replace += 2012-02-09 01:08:54 +01:00
Moritz Lipp
362e50254e Add gcov target for code coverage 2012-02-08 22:14:56 +01:00
Moritz Lipp
a2b92e6440 Update Makefile 2012-02-08 15:39:33 +01:00
Moritz Lipp
924f06c607 Update Makefile 2012-02-08 15:37:22 +01:00
Moritz Lipp
a3de62c1c8 Added Doxyfile, Update Makefile 2012-02-08 15:19:05 +01:00
Moritz Lipp
3f05c12c0a Update Makefile 2012-01-31 00:24:17 +01:00
Moritz Lipp
8ddbb158e3 Implement test suite with check 2012-01-28 19:54:44 +01:00
Sebastian Ramacher
8386b3abf4 honor CPPFLAGS 2011-11-11 16:14:29 +01:00
Pavel Borzenkov
e3b80cb37f 'make uninstall' should remove /usr/include/zathura
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Signed-off-by: Sebastian Ramacher <s.ramacher@gmx.at>
2011-10-28 23:42:49 +02:00
Moritz Lipp
8061236e4e Added structure for plain database 2011-10-10 23:46:50 +02:00
Pavel Borzenkov
b35a062e61 Fix 'make uninstall' command
We should remove zathura.pc from $PREFIX/lib/pkgconfig, not the
directory itself.

Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Signed-off-by: Sebastian Ramacher <s.ramacher@gmx.at>
2011-10-05 11:32:12 +02:00
Sebastian Ramacher
66e3c65583 readd installation of zathurarc.5 and zathura.desktop 2011-09-29 16:06:39 +02:00
Sebastian Ramacher
ede8a7b236 Change NEED_DL to DL_LIB to be consistent with other options.
Run you don't need do link against dl set DL_LIB to a empty value.
2011-09-29 13:18:09 +02:00
Sebastian Ramacher
2657ff58ae set NEEDS_DL to 0 if you don't need to link against dl 2011-09-20 16:47:49 +02:00
Sebastian Ramacher
36bdb57bf4 fix dist target 2011-08-31 16:43:35 +02:00