chiark
/
gitweb
/
~mdw
/
tig
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5976048
)
Rename documentation build rules using s/docs/doc/; more like git
author
Jonas Fonseca
<fonseca@diku.dk>
Tue, 30 May 2006 23:04:36 +0000
(
01:04
+0200)
committer
Jonas Fonseca
<fonseca@antimatter.localdomain>
Tue, 30 May 2006 23:04:36 +0000
(
01:04
+0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index ac545e6a3d2ab1c6081c8a2dc9eb4f725ecea9f7..fb8f53a28be9c47dbfa3ac51743953c83beef278 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-15,14
+15,14
@@
endif
all: $(PROGS)
all-debug: $(PROGS)
all-debug: CFLAGS += $(DFLAGS)
-doc
s
: $(DOCS)
+doc: $(DOCS)
install: all
for prog in $(PROGS); do \
install $$prog $(PREFIX)/bin; \
done
-install-doc
s: 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