|
From: <br...@us...> - 2016-10-23 13:03:50
|
Revision: 4214
http://sourceforge.net/p/openlcb/svn/4214
Author: bracz
Date: 2016-10-23 13:03:48 +0000 (Sun, 23 Oct 2016)
Log Message:
-----------
Add rule to convert files to txt.
Modified Paths:
--------------
trunk/specs/Makefile
Modified: trunk/specs/Makefile
===================================================================
--- trunk/specs/Makefile 2016-07-15 05:09:56 UTC (rev 4213)
+++ trunk/specs/Makefile 2016-10-23 13:03:48 UTC (rev 4214)
@@ -43,7 +43,7 @@
pdf: $(OUTPUT)
.SUFFIXES:
-.SUFFIXES: .odt .ods .pdf
+.SUFFIXES: .odt .ods .pdf .txt
# Spreadsheets
.ods.pdf:
@@ -53,6 +53,9 @@
.odt.pdf:
$(OFFICE) --headless --convert-to pdf $<
+.odt.txt:
+ odt2txt $< > $@
+
.PHONY: veryclean
veryclean: clean
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|