From 3b584566735a5260b68e5c6b050a71f40957385c Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 23 Sep 2008 15:55:30 +0000 Subject: Moved odt-styles/ to data/. Removed unneeded variable in Makefile. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1458 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/ODT.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Text/Pandoc/ODT.hs') diff --git a/Text/Pandoc/ODT.hs b/Text/Pandoc/ODT.hs index 10cf1b7e2..f9e4dd8f1 100644 --- a/Text/Pandoc/ODT.hs +++ b/Text/Pandoc/ODT.hs @@ -46,7 +46,7 @@ saveOpenDocumentAsODT :: FilePath -- ^ Pathname of ODT file to be produced. -> String -- ^ OpenDocument XML contents. -> IO () saveOpenDocumentAsODT destinationODTPath sourceDirRelative xml = do - let refArchive = read $(makeZip "odt-styles") + let refArchive = read $(makeZip $ "data" "odt-styles") -- handle pictures let (newContents, pics) = case runParser pPictures [] "OpenDocument XML contents" xml of -- cgit v1.2.3