aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-05 11:29:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-05 11:29:15 +1200
commit61c1c0be3c258635ad25dbbe652c4ccf30837324 (patch)
treead7c5af094acf4f2d3df894a719b5ad28e3894a7 /man
parentClean up all/install-bin targets (diff)
downloaddotfiles-61c1c0be3c258635ad25dbbe652c4ccf30837324.tar.gz
dotfiles-61c1c0be3c258635ad25dbbe652c4ccf30837324.zip
Add umake(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/umake.1df15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/umake.1df b/man/man1/umake.1df
new file mode 100644
index 00000000..247ea50e
--- /dev/null
+++ b/man/man1/umake.1df
@@ -0,0 +1,15 @@
+.TH UMAKE 1df "September 2016" "Manual page for umake"
+.SH NAME
+.B umake
+\- run make(1) with the closest Makefile in current working directory ancestry
+.SH USAGE
+.B umake
+.br
+.B umake
+prefix=/foo/bar install
+.SH DESCRIPTION
+Iterate up through the directory tree starting with the current directory,
+looking for a Makefile, and run make(1) with the given arguments as soon as one
+is found.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>