<newsletter:master> disable stylesheet for .odt

Dominic Hopf git-noreply at xxxxx
Thu Mar 24 22:57:01 UTC 2011


Updating branch refs/heads/master
         to e43254ac870cb575dfdb28a807d393b59b1a502e (commit)
       from fa1914187dbc3905a1ebfbb682f579e73d4690f3 (commit)

commit e43254ac870cb575dfdb28a807d393b59b1a502e
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Thu Mar 24 23:56:52 2011 +0100

    disable stylesheet for .odt

 Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index a0d8af9..5423456 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,7 @@ latex:
 		vol_$(VOL)/newsletter_$(VOL).rst > vol_$(VOL)/newsletter_$(VOL).tex
 
 odt:
-	rst2odt --stylesheet=style.css \
-		vol_$(VOL)/newsletter_$(VOL).rst > vol_$(VOL)/newsletter_$(VOL).odt
+	rst2odt vol_$(VOL)/newsletter_$(VOL).rst > vol_$(VOL)/newsletter_$(VOL).odt
 
 clean:
 	rm -f vol_$(VOL)/newsletter_$(VOL).html



More information about the Newsletter-Commits mailing list