sfeed_curses

[fork] sfeed (atom feed) reader
Log | Files | Refs | README | LICENSE

commit f4a0ba1296512f8bbc3ccd74e8c02b81cd6c21ea
parent b99797326c05b7817d94a17bec997266d023b1c7
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 16 Jul 2020 13:34:09 +0200

Makefile: add ${SCRIPTS} in dist too, it is empty/unused for now

Diffstat:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -17,6 +17,7 @@ SFEED_CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE #SFEED_LDFLAGS = ${LDFLAGS} -lncurses BIN = sfeed_curses +SCRIPTS = SRC = ${BIN:=.c} @@ -43,7 +44,7 @@ ${OBJ}: dist: rm -rf "${NAME}-${VERSION}" mkdir -p "${NAME}-${VERSION}" - cp -f ${MAN1} ${DOC} ${SRC} Makefile \ + cp -f ${MAN1} ${DOC} ${SRC} ${SCRIPTS} Makefile \ "${NAME}-${VERSION}" # make tarball tar cf - "${NAME}-${VERSION}" | \