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:
parent
2ba5ff9483
commit
e36ff78b5e
3 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -94,8 +94,8 @@ all: build-program
|
||||||
./$(MAIN) -s -S -w man $< >$@ || rm -f $@
|
./$(MAIN) -s -S -w man $< >$@ || rm -f $@
|
||||||
|
|
||||||
cleanup_files+=$(ODTREF)
|
cleanup_files+=$(ODTREF)
|
||||||
$(ODTREF): $(addprefix $(ODTSTYLES)/, layout-cache meta.xml styles.xml content.xml mimetype \
|
$(ODTREF): $(addprefix $(ODTSTYLES)/, meta.xml styles.xml content.xml mimetype \
|
||||||
settings.xml Configurations2 Thumbnails META-INF)
|
settings.xml Thumbnails META-INF)
|
||||||
cd $(ODTSTYLES) ; \
|
cd $(ODTSTYLES) ; \
|
||||||
zip -9 -q -r $(notdir $@) * -x $(notdir $@)
|
zip -9 -q -r $(notdir $@) * -x $(notdir $@)
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue