[gnomeweb-wml] gedit: rebuild html pages when current-release.xml is modified



commit 6930538491b09217538ef82711a25f371da5e2a4
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Oct 6 15:30:22 2013 +0200

    gedit: rebuild html pages when current-release.xml is modified

 projects.gnome.org/gedit/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/projects.gnome.org/gedit/Makefile.am b/projects.gnome.org/gedit/Makefile.am
index 590dc57..a2f20c5 100644
--- a/projects.gnome.org/gedit/Makefile.am
+++ b/projects.gnome.org/gedit/Makefile.am
@@ -18,7 +18,7 @@ page_DATA = \
        gedit.css \
        current-release.xml
 
-%.html: %.page layout.xsl Makefile
+%.html: %.page layout.xsl Makefile current-release.xml
        xsltproc --nonet --stringparam date "$$(date -R)" -o $@ layout.xsl $<
 
 include $(top_srcdir)/rules.common


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]