X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fsam.git;a=blobdiff_plain;f=Makefile;h=bfbc00e07229c07d2b40c63aeb02ad1da90293d1;hp=74caf83d88eec4e61dd0230fcabf5d543307bc05;hb=HEAD;hpb=b5e891c8f473405152dc0bae0038fe68c6db031a diff --git a/Makefile b/Makefile index 74caf83..bfbc00e 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ $(NAME).pdf : $(NAME).tex silent atril $(NAME).pdf rm -f *.bbl *.log *.toc *.lof *.blg *.lot *.aux *.out - + ./wordcount.sh | sed 's/\t//g' | sort -k3 -n -r clean : rm -f $(NAME).pdf