]> git.mdlowis.com Git - projs/tide.git/commitdiff
install xman along with the other binaries
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 30 Nov 2016 21:13:29 +0000 (16:13 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 30 Nov 2016 21:13:29 +0000 (16:13 -0500)
Makefile
xman

index 6a3ece602189b77908f9f47d9120c90ba0027e28..d3a56adec65e0f0a149911fe37c33432c44d699c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,12 +29,14 @@ install: all
        cp xpick $(PREFIX)/bin
        cp xfilepick $(PREFIX)/bin
        cp xtagpick $(PREFIX)/bin
+       cp xman $(PREFIX)/bin
 
 uninstall:
        rm -f $(PREFIX)/bin/xedit
        rm -f $(PREFIX)/bin/xpick
        rm -f $(PREFIX)/bin/xfilepick
        rm -f $(PREFIX)/bin/xtagpick
+       rm -f $(PREFIX)/bin/xman
 
 test: unittests
        ./unittests
diff --git a/xman b/xman
index 173bbb04560e9f2a87aadb4b918461713bc09197..05d95b601b6f78d76f4eb1ff7cf1f540d2bdf204 100755 (executable)
--- a/xman
+++ b/xman
@@ -1,2 +1,2 @@
 #!/bin/sh
-(nohup man -P cat "$@" | fmt | edit -) &> /dev/null &
+(nohup man -P cat "$@" | fmt | xedit -) &> /dev/null &