mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 03:06:30 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user