mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Fixed Makefile typos
This commit is contained in:
parent
4e457e3b6c
commit
4b68e686de
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -12,12 +12,12 @@ doc: .always
|
||||||
cd doc && poki
|
cd doc && poki
|
||||||
install: .always
|
install: .always
|
||||||
make -C c install
|
make -C c install
|
||||||
install -d -m 0755 $(DESTDIR)/$(mandir)
|
install -d -m 0755 $(DESTDIR)/$(MANDIR)
|
||||||
install -m 0644 doc/miller.1 $(DESTDIR)/$(mandir)
|
install -m 0644 doc/miller.1 $(DESTDIR)/$(MANDIR)
|
||||||
clean: .always
|
clean: .always
|
||||||
make -C c clean
|
make -C c clean
|
||||||
.PHONY: manpage
|
.PHONY: manpage
|
||||||
manpage: doc/miller.1.txt
|
manpage: doc/miller.1.txt
|
||||||
( cd doc && a2x a2x -d manpage -f manpage miller.1.txt )
|
( cd doc && a2x -d manpage -f manpage miller.1.txt )
|
||||||
.always:
|
.always:
|
||||||
@true
|
@true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue