From 4c789b3f79f7973f202494fe9141a49e3934cd62 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Apr 2008 22:00:07 +0200 Subject: [PATCH] countrefs target. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2aad2c2..13a9679 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,10 @@ saga.dvi: $(addsuffix .tex,$(CHAPTERS)) mostlyclean: rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg *.ids -clean:: mostlyclean +clean: mostlyclean rm -f *.ps *.pdf +countrefs: saga.dvi + grep -c bibitem saga.bbl + .SECONDARY: -- 2.39.5