* add little msg2pdf toy, to convert messages to pdfs, uses webkit (WIP)

(still misses image support)

  - add toys/msg2pdf
  - update configure.ac, Makefile.am etc.
  - ensure webkit version agrees with gtk version
  - bump version to 0.8.9.4-dev2
This commit is contained in:
djcb
2012-04-21 09:27:10 +03:00
parent 340ad9fc8a
commit bd7a5d6915
4 changed files with 266 additions and 6 deletions

View File

@ -23,7 +23,7 @@ if HAVE_GTK
SUBDIRS += mug
endif
# for mug2, we need webkit
# for mug2 and msg2pdf, we need webkit
if BUILD_WIDGETS
SUBDIRS += mug2
SUBDIRS += mug2 msg2pdf
endif