Awkee / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

make install DESTDIR slightly broken #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make install DESTDIR=foo

What is the expected output? What do you see instead?

The following command fails because it assumes the templates have already 
been installed into place.

./pandoc -s -S --toc README >README.html || rm -f README.html
pandoc: /usr/local/share/pandoc-1.4/templates/html.template: openFile: does 
not exist (No such file or directory)

Original issue reported on code.google.com by noval...@gmail.com on 2 Jan 2010 at 11:52

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1792.

Original comment by fiddloso...@gmail.com on 3 Jan 2010 at 8:24