diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-30 23:25:12 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-30 23:25:12 +0000 |
commit | 34ee7e407695f858c94b0c3c379c4d30759431f6 (patch) | |
tree | 012cadf79290d8e18a1a1a8da4f969950353e65e /doc/fr/Makefile.am | |
parent | b11f2b2c4bfd91a82c5b1bea0555d8b0b68cd682 (diff) | |
download | weechat-34ee7e407695f858c94b0c3c379c4d30759431f6.zip |
Fixed compilation problems under Irix
Diffstat (limited to 'doc/fr/Makefile.am')
-rw-r--r-- | doc/fr/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 2693cfccd..568a2fca7 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -31,7 +31,7 @@ all-local: html-stamp html: html-stamp html-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html.xsl ../weechat-doc.css - echo "<pubdate>`date -R`</pubdate>" >date.xml + echo "<pubdate>`date '+%F %T'`</pubdate>" >date.xml mkdir -p html/ xsltproc -o html/ ../weechat-html.xsl $(BOOK).xml || true cp ../weechat-doc.css html/ @@ -42,7 +42,7 @@ html-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html.xsl ../weechat-doc.css html1: html1-stamp html1-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html-one.xsl ../weechat-doc.css - echo "<pubdate>`date -R`</pubdate>" >date.xml + echo "<pubdate>`date '+%F %T'`</pubdate>" >date.xml mkdir -p html1/ xsltproc -o html1/$(BOOK).html ../weechat-html-one.xsl $(BOOK).xml || true cp ../weechat-doc.css html1/ |