summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-07-30 23:25:12 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-07-30 23:25:12 +0000
commit34ee7e407695f858c94b0c3c379c4d30759431f6 (patch)
tree012cadf79290d8e18a1a1a8da4f969950353e65e /doc/en
parentb11f2b2c4bfd91a82c5b1bea0555d8b0b68cd682 (diff)
downloadweechat-34ee7e407695f858c94b0c3c379c4d30759431f6.zip
Fixed compilation problems under Irix
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
index f5baa0674..8ac87052a 100644
--- a/doc/en/Makefile.am
+++ b/doc/en/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/