diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2012-08-03 15:17:35 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2012-08-03 15:17:35 +0200 |
commit | cee3672647ac9714a7f8c1d3acf17dab7ff5efd6 (patch) | |
tree | 2f5a85bb2614e6e29cbc64faa5d6785c0f602abf /Makefile | |
parent | 401810036ff1269da0435589b5dbaec38aa4bf7d (diff) |
Forgot to add sfeed_opml_export to 'dist' rule
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ dist: clean @echo creating dist tarball @mkdir -p ${NAME}-${VERSION} @cp -R LICENSE Makefile README config.mk \ - TODO CREDITS sfeedrc.example ${SRC} common.c sfeed_update \ + TODO CREDITS sfeedrc.example ${SRC} common.c sfeed_update sfeed_opml_export \ sfeed.1 sfeed_update.1 sfeed_plain.1 sfeed_html.1 sfeed_opml_import.1 \ sfeed_opml_export.1 ${NAME}-${VERSION} @tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION} |