Commit a9a394db authored by Rafael Monnerat's avatar Rafael Monnerat

Use poppler for pdftohtml.

parent c3a2a846
...@@ -58,6 +58,7 @@ link_binary_list = ...@@ -58,6 +58,7 @@ link_binary_list =
${w3m:location}/bin/w3m ${w3m:location}/bin/w3m
${xpdf:location}/bin/pdfinfo ${xpdf:location}/bin/pdfinfo
${xpdf:location}/bin/pdftotext ${xpdf:location}/bin/pdftotext
${poppler:location}/bin/pdftohtml
# XXX: products won't be needed as soon as all ERP5 (and products-deps) # XXX: products won't be needed as soon as all ERP5 (and products-deps)
# products will be eggified so then it will be possible to use them thanks to # products will be eggified so then it will be possible to use them thanks to
......
...@@ -23,6 +23,6 @@ module = erp5 ...@@ -23,6 +23,6 @@ module = erp5
# Default template for erp5 instance. # Default template for erp5 instance.
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
md5sum = 9bc4cb9221bb5cc973b3ff7c4720a21b md5sum = 11e2d4205ba2cb0039f84f708331225f
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
...@@ -64,6 +64,7 @@ parts = ...@@ -64,6 +64,7 @@ parts =
varnish-2.1 varnish-2.1
stunnel stunnel
w3m w3m
poppler
xpdf xpdf
libpng12 libpng12
ghostscript ghostscript
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment