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:
parent
e6b7cb608a
commit
61977cbd2e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue