From c92615b1b3fa6c3cbc54278a9af52df58fcc2a29 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Wed, 31 May 2006 01:04:36 +0200 Subject: [PATCH] Rename documentation build rules using s/docs/doc/; more like git --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ac545e6..fb8f53a 100644 --- a/Makefile +++ b/Makefile @@ -15,14 +15,14 @@ endif all: $(PROGS) all-debug: $(PROGS) all-debug: CFLAGS += $(DFLAGS) -docs: $(DOCS) +doc: $(DOCS) install: all for prog in $(PROGS); do \ install $$prog $(PREFIX)/bin; \ done -install-docs: docs +install-doc: doc for doc in $(DOCS); do \ case "$$doc" in \ *.1) install $$doc $(PREFIX)/man/man1 ;; \ @@ -37,7 +37,7 @@ clean: spell-check: aspell --lang=en --check tig.1.txt -.PHONY: all docs install clean +.PHONY: all all-debug doc install install-doc clean spell-check tig: tig.c -- 2.11.0