about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-06-01 19:04:58 +0000
committerEric Wong <e@80x24.org>2015-06-01 19:05:45 +0000
commit07b38bea048bddc9ceed3e2a4ceaff357fdd74c0 (patch)
treeee84f8f2ca8fa7f08329f7046c82250d03d41ffb
parent090829a95ba4e3c6fe4562c9feb8fde5382a44f4 (diff)
downloadunicorn-07b38bea048bddc9ceed3e2a4ceaff357fdd74c0.tar.gz
I just noticed the 4.9.0 release was not properly reflected in
the Atom news feed at http://unicorn.bogomips.org/NEWS.atom.xml
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2995a6b..3f9c441 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -178,6 +178,7 @@ doc: .document $(ext)/unicorn_http.c man html .olddoc.yml $(PLACEHOLDERS)
         $(RDOC) -f oldweb
         $(OLDDOC) merge
         install -m644 COPYING doc/COPYING
+        install -m644 NEWS.atom.xml doc/NEWS.atom.xml
         install -m644 $(shell LC_ALL=C grep '^[A-Z]' .document) doc/
         install -m644 $(man1_paths) doc/
         tar cf - $$(git ls-files examples/) | (cd doc && tar xf -)