Fixed REFERENCEODT in markdown2odt to point to the right place in debian builds.

Resolves Issue #79.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1332 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-07-23 02:31:20 +00:00
parent e6b7cb608a
commit 61977cbd2e

View file

@ -117,7 +117,7 @@ $(ODTREF): $(addprefix $(ODTSTYLES)/, layout-cache meta.xml styles.xml content.x
ODTREFSH=$(SRCDIR)/wrappers/odtref.sh
cleanup_files+=$(ODTREFSH)
$(ODTREFSH): $(ODTREF)
echo "REFERENCEODT='$(PKGDATAPATH)/$(notdir $(ODTREF))'" > $@
echo "REFERENCEODT='$(PREFIX)/share/$(DATADIR)/$(notdir $(ODTREF))'" > $@
.PHONY: wrappers
wrappers: $(WRAPPERS)