diff --git a/Makefile b/Makefile index f519c6a..7cb8d80 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,24 @@ install-manlink: install-man ${INSTALL} -d -m 0755 ${manlink} for man in ${mandest}/*; do ${LN} $$man ${manlink}; done +# +# Tools +# +TOOLS=ccollect_add_source.sh \ + ccollect_analyse_logs.sh \ + ccollect_delete_source.sh \ + ccollect_logwrapper.sh \ + ccollect_list_intervals.sh + +TOOLSMAN1 = $(subst ccollect,doc/man/ccollect,$(TOOLS)) +TOOLSMAN = $(subst .sh,.text,$(TOOLSMAN1)) + +TOOLSFP = $(subst ccollect,tools/ccollect,$(TOOLS)) + +#t2: $(TOOLSMAN) +t2: + echo $(TOOLS) - $(TOOLSMAN) - $(TOOLSFP) + # docbook gets .htm, asciidoc directly .html %.htm: %.docbook diff --git a/doc/todo/0.7.1 b/doc/todo/0.7.1 index 8afae7e..4f4b3e6 100644 --- a/doc/todo/0.7.1 +++ b/doc/todo/0.7.1 @@ -4,9 +4,6 @@ 14:15 hatte die extra deswegen umbenannt 14:15 nehme ich mal als hinweis für 0.7.1 - - - - add wrapper, to do logging and analyse * output filename in the wrapper, save into variable => mktemp