summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-05-06 21:17:19 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-05-06 21:17:19 +0200
commitc0b063465aa2f86bbeda592f20c52dc303b265bd (patch)
tree506f18a722d56837820ec58fe200f66d82085596 /Makefile
parentb3c6fbcf0acfb0c0799fe3397cbae6e31be68008 (diff)
remove sfeed_tail and recently added security considerations
... both are out-of-scope for sfeed. - sfeed_tail can be written as some simple customized awk script reading from a FIFO. The C version did not work well on FIFO's. - Security considerations are mentioned in the official HTML spec and applies to all HTML and protocol handlers, so is out-of-scope.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a53f31a..37a881c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,6 @@ BIN = \
sfeed_mbox\
sfeed_opml_import\
sfeed_plain\
- sfeed_tail\
sfeed_twtxt\
sfeed_web\
sfeed_xmlenc
@@ -24,7 +23,6 @@ SCRIPTS = \
SRC = ${BIN:=.c}
HDR = \
- tree.h\
util.h\
xml.h