summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-09 23:45:29 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-09 23:45:29 +0000
commite36ff78b5e6f4cfd0af50f6a599648c580d1a0b8 (patch)
tree86afcdd2f278be95fc28c5827879592ff2e4b36a /Makefile
parent2ba5ff94833c9fee0fb2799e5440d8b235f9410e (diff)
Removed layout-cache and Configurations2 from odt-styles directory.
They don't seem to be needed. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1388 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 305c8debc..413fdc02f 100644
--- a/Makefile
+++ b/Makefile
@@ -94,8 +94,8 @@ all: build-program
./$(MAIN) -s -S -w man $< >$@ || rm -f $@
cleanup_files+=$(ODTREF)
-$(ODTREF): $(addprefix $(ODTSTYLES)/, layout-cache meta.xml styles.xml content.xml mimetype \
- settings.xml Configurations2 Thumbnails META-INF)
+$(ODTREF): $(addprefix $(ODTSTYLES)/, meta.xml styles.xml content.xml mimetype \
+ settings.xml Thumbnails META-INF)
cd $(ODTSTYLES) ; \
zip -9 -q -r $(notdir $@) * -x $(notdir $@)