diff options
author | Mattias Andrée <maandree@kth.se> | 2024-06-16 23:14:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-06-16 23:14:25 +0200 |
commit | e0ca6ce462fd471edf017a541a160895bb762362 (patch) | |
tree | 78ec02202ff902dffada0d598359e67e3f3dbc19 /man | |
parent | do not use -- with stty; although stty(1posix) says -- shall behave as normal, it does not in the GNU implementation, and stty(1posix) specifically... (diff) | |
parent | Merge branch 'master' of ssh://maandree.se/gitrepos/~maandree/dotfiles (diff) | |
download | dotfiles-e0ca6ce462fd471edf017a541a160895bb762362.tar.gz dotfiles-e0ca6ce462fd471edf017a541a160895bb762362.tar.bz2 dotfiles-e0ca6ce462fd471edf017a541a160895bb762362.tar.xz |
Merge branch 'master' of ssh://maandree.se/gitrepos/~maandree/dotfiles
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile index 726047c..6fe759b 100644 --- a/man/Makefile +++ b/man/Makefile @@ -3,7 +3,7 @@ install: ../check-installed-shebang colourised-less-for-man ../check-installed-shebang man - ../check-in-path dmenu + -../check-in-path dmenu ../check-in-path sed ../check-in-path isfg ../check-in-path less |