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
This commit is contained in:
fiddlosopher 2008-08-09 23:45:29 +00:00
parent 2ba5ff9483
commit e36ff78b5e
3 changed files with 2 additions and 2 deletions

View file

@ -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 $@)

Binary file not shown.