commit cee3672647ac9714a7f8c1d3acf17dab7ff5efd6
parent 401810036ff1269da0435589b5dbaec38aa4bf7d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 3 Aug 2012 15:17:35 +0200
Forgot to add sfeed_opml_export to 'dist' rule
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -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}