From 6704d3ae0e576a02bd4fc1eeecaec266640746e8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 11 Mar 2012 18:39:26 +0000 Subject: [PATCH] tools: include docs in tags --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3f563acf8..74d22783f 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,9 @@ WEBFILES:= \ hledger-web/static/*.css # hledger-web/templates/* \ -# DOCFILES:=README DOWNLOAD MANUAL DEVELOPMENT NEWS SCREENSHOTS CONTRIBUTORS +DOCFILES:= \ + *.md + PATCHLEVEL:=$(shell expr `darcs changes --count --from-tag=\\\\\.` - 1) WARNINGS:=-W -fwarn-tabs -fno-warn-name-shadowing #-fwarn-orphans -fwarn-simple-patterns -fwarn-monomorphism-restriction DEFINEFLAGS:= @@ -883,7 +885,7 @@ fixperms: tag: emacstags emacstags: - -@rm -f TAGS; hasktags -e $(SOURCEFILES) $(CABALFILES) $(WEBFILES) Makefile + -@rm -f TAGS; hasktags -e $(SOURCEFILES) $(WEBFILES) $(CABALFILES) $(DOCFILES) Makefile clean: rm -rf `find . -name "*.o" -o -name "*.hi" -o -name "*~" -o -name "darcs-amend-record*" -o -name "*-darcs-backup*" | grep -v .virthualenv`