mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
Make sureoan/man1/mlr.1 copy happens
This commit is contained in:
parent
3a34038289
commit
9bb11a63b9
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ build:
|
|||
# DESTDIR is for package installs; nominally blank when this is run interactively.
|
||||
# See also https://www.gnu.org/prep/standards/html_node/DESTDIR.html
|
||||
install:
|
||||
mkdir -p ./man1
|
||||
cp mlr.1 ./man1
|
||||
mkdir -p $(DESTDIR)/$(INSTALLDIR)
|
||||
cp mlr.1 $(DESTDIR)/$(INSTALLDIR)/mlr.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue