From 079360acdf5672de7980c4eeef724b7e81eb7154 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sat, 10 Aug 2013 10:21:18 -0400 Subject: [PATCH] Remove release-docs/ during distclean ... and remove obsolte SOURCE variable. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2314283..0db8c05 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,6 @@ CFLAGS ?= -Wall -O2 DFLAGS = -g -DDEBUG -Werror -O0 PROGS = tig TESTS = test-graph -SOURCE = tig.c tig.h io.c io.h graph.c graph.h TXTDOC = tig.1.txt tigrc.5.txt manual.txt NEWS README INSTALL BUGS MANDOC = tig.1 tigrc.5 tigmanual.7 HTMLDOC = tig.1.html tigrc.5.html manual.html README.html NEWS.html @@ -120,7 +119,7 @@ clean: $(RM) $(PROGS) $(TESTS) core *.o compat/*.o *.xml distclean: clean - $(RM) -r manual.html-chunked autom4te.cache + $(RM) -r manual.html-chunked autom4te.cache release-docs $(RM) *.toc $(ALLDOC) aclocal.m4 configure $(RM) config.h config.log config.make config.status config.h.in -- 2.11.4.GIT