Commit Graph

58 Commits

Author SHA1 Message Date
Sebastian Ramacher
9ac4bdf0b0 A first step towards localization. 2012-03-04 18:35:16 +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
Sebastian Ramacher
36749e1266 add verbose build output 2011-08-31 16:41:07 +02:00
Sebastian Ramacher
894a5735bc fix typo 2011-07-14 21:34:16 +02:00
Sebastian Ramacher
15afd761fa update include path 2011-07-10 20:16:24 +02:00
Sebastian Ramacher
87cff5ac75 provide pkg-config file to build plugins 2011-07-10 20:14:31 +02:00
Moritz Lipp
1ba891658c Moved plugins to own repositories
Every plugin is now accesible in a separate repository
2011-04-27 19:03:08 +02:00
Moritz Lipp
5e4d584382 Merge branch 'render' into girara
Conflicts:
	Makefile
	config.c
	config.h
	document.c
	ft/djvu/Makefile
	ft/pdf-mupdf/Makefile
	ft/pdf-poppler/Makefile
	render.c
	zathura.c
2011-04-19 21:54:24 +02:00
Sebastian Ramacher
8025225e14 create dependencies 2011-04-19 18:53:41 +02:00
Sebastian Ramacher
a98f69c3f3 add .PHONY in Makefile 2011-04-18 11:31:57 +02:00
Johannes Meng
43a89cc2f8 Fixed uninstall path typo in Makefile.
Signed-off-by: Moritz Lipp <mlq@pwmt.org>
2011-03-19 15:42:30 +01:00
Moritz Lipp
4eabd47949 Added install/uninstall targets for plugins 2011-03-06 09:19:21 +01:00
Moritz Lipp
dc706aa912 Updated Makefiles (not finished) 2011-03-05 22:11:08 +01:00
Moritz Lipp
7629a30a27 Register document plugin and free registered plugins 2011-03-05 19:46:05 +01:00
Moritz Lipp
6d5ac53aa3 Document structure 2010-11-17 22:51:15 +01:00
Moritz Lipp
d51bd2bbe6 Updated file structure 2010-11-10 20:31:15 +01:00
Moritz Lipp
38ec3eea66 New file structure 2010-11-10 19:18:01 +01:00
Moritz Lipp
28d9758e0e Update Makefile 2010-08-18 08:54:52 +02:00
Moritz Lipp
68fc126c8a Specify configuration directory
With this commit it is possible to pass the path to an configuration
directory. Thanks to Sebastinas

Other changes:
  * Updated Makefile
  * Update Manpage
2010-07-22 23:40:55 +02:00
Moritz Lipp
bff9b91695 Updated Makefile 2010-07-08 20:32:27 +02:00
Moritz Lipp
f3218c2d68 Updated Makefile
Thanks to Sebastinas
2010-07-08 12:41:56 +02:00
Moritz Lipp
1ab25b9112 Makefile - Strip executeable 2010-06-22 01:14:13 +02:00