diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2013-05-20 19:21:25 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2013-05-20 19:21:25 +0200 |
commit | 8be71604cc18a82e38a2102a200fa8c97d89438c (patch) | |
tree | c6aaac90e27064317ef078584a6181f534f00e15 /Makefile | |
parent | c9091ff4ce4b92e7ee1fca4a7dadb2624cead73d (diff) |
maintain a CHANGELOG from now on
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p ${NAME}-${VERSION} - @cp -R LICENSE Makefile README config.mk \ + @cp -R CHANGELOG LICENSE Makefile README config.mk \ TODO CREDITS sfeedrc.example style.css ${SRC} common.c sfeed_update sfeed_opml_export \ sfeed.1 sfeed_update.1 sfeed_plain.1 sfeed_html.1 sfeed_opml_import.1 \ sfeed_frames.c sfeed_frames.1 sfeed_opml_export.1 ${NAME}-${VERSION} |