Add bash and zsh completions for llppac
commitbb1ce65aa7535993350929da04a4538e6b40b71a
authorMark Oteiza <mvoteiza@udel.edu>
Mon, 1 Sep 2014 17:46:53 +0000 (1 13:46 -0400)
committermalc <av1474@comtv.ru>
Mon, 1 Sep 2014 17:50:26 +0000 (1 21:50 +0400)
tree43ac5e348bfa3c8740f52f833a3d934034008073
parent42c90ec20dd47009d9b197652eff176ef4c23215
Add bash and zsh completions for llppac

Use two separate lists (llpp.in, llppac.in) of file extensions and
templates ({bash,zsh}/{llpp,llppac}.mk) to generate completions for both
executables and both shells.  The script mkcomp.sh facilitates this.

Added option completion for llpp and llppac in zsh

Employ a Makefile for building/installing the files
misc/completions/Makefile [new file with mode: 0644]
misc/completions/README
misc/completions/bash/llpp [deleted file]
misc/completions/bash/llpp.mk [new file with mode: 0644]
misc/completions/bash/llppac.mk [new file with mode: 0644]
misc/completions/llpp.in [new file with mode: 0644]
misc/completions/llppac.in [new file with mode: 0644]
misc/completions/mkcomp.sh [new file with mode: 0644]
misc/completions/zsh/_llpp [deleted file]
misc/completions/zsh/llpp.mk [new file with mode: 0644]
misc/completions/zsh/llppac.mk [new file with mode: 0644]