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
|
||||
install: .always
|
||||
make -C c install
|
||||
install -d -m 0755 $(DESTDIR)/$(mandir)
|
||||
install -m 0644 doc/miller.1 $(DESTDIR)/$(mandir)
|
||||
install -d -m 0755 $(DESTDIR)/$(MANDIR)
|
||||
install -m 0644 doc/miller.1 $(DESTDIR)/$(MANDIR)
|
||||
clean: .always
|
||||
make -C c clean
|
||||
.PHONY: manpage
|
||||
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:
|
||||
@true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue