summaryrefslogtreecommitdiff
path: root/www/Makefile.am
diff options
context:
space:
mode:
authorhj kim <backto.kim@samsung.com>2020-12-02 13:27:00 +0900
committerhj kim <backto.kim@samsung.com>2020-12-02 13:27:37 +0900
commit332002e6f4d7ce48ea4eeb55b59d84c64ad79f0b (patch)
treec52e09b3325e6f6c777fd247a9b97f52bab5e8f3 /www/Makefile.am
parentf5839121f0b6145e732bdb0b3e8196e48fbe3745 (diff)
downloadGraphicsMagick-332002e6f4d7ce48ea4eeb55b59d84c64ad79f0b.tar.gz
GraphicsMagick-332002e6f4d7ce48ea4eeb55b59d84c64ad79f0b.tar.bz2
GraphicsMagick-332002e6f4d7ce48ea4eeb55b59d84c64ad79f0b.zip
Imported Upstream version 1.3.35upstream/1.3.35
Change-Id: I4f31a0b17e1ca89907f274d952d43e60ffa4c769
Diffstat (limited to 'www/Makefile.am')
-rw-r--r--www/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/Makefile.am b/www/Makefile.am
index 2131fa1..ce2fd32 100644
--- a/www/Makefile.am
+++ b/www/Makefile.am
@@ -54,6 +54,7 @@ RST2HTML_TARGETS = \
$(WWWDIR)/ChangeLog-2016.html \
$(WWWDIR)/ChangeLog-2017.html \
$(WWWDIR)/ChangeLog-2018.html \
+ $(WWWDIR)/ChangeLog-2019.html \
$(WWWDIR)/Changelog.html \
$(WWWDIR)/Changes.html \
$(WWWDIR)/Copyright.html \
@@ -170,6 +171,7 @@ WWW_HTML_FILES = \
$(WWWDIR)/ChangeLog-2016.html \
$(WWWDIR)/ChangeLog-2017.html \
$(WWWDIR)/ChangeLog-2018.html \
+ $(WWWDIR)/ChangeLog-2019.html \
$(WWWDIR)/Changelog.html \
$(WWWDIR)/Changes.html \
$(WWWDIR)/Copyright.html \
@@ -272,6 +274,9 @@ CHANGELOG2RST=$(top_srcdir)/scripts/changelog2rst.sh
$(top_srcdir)/www/Changelog.rst: $(top_srcdir)/ChangeLog
$(CHANGELOG2RST) < $^ > $@
+$(top_srcdir)/www/ChangeLog-2019.rst: $(top_srcdir)/ChangeLog.2019
+ $(CHANGELOG2RST) < $^ > $@
+
$(top_srcdir)/www/ChangeLog-2018.rst: $(top_srcdir)/ChangeLog.2018
$(CHANGELOG2RST) < $^ > $@