zsh: move completion.d and functions.d to usr/share
[grml-etc-core.git] / usr_share_grml / zsh / completion / debian / _debian_rules
diff --git a/usr_share_grml/zsh/completion/debian/_debian_rules b/usr_share_grml/zsh/completion/debian/_debian_rules
new file mode 100644 (file)
index 0000000..9a24d95
--- /dev/null
@@ -0,0 +1,4 @@
+#compdef debian/rules
+# type debian/rules <TAB> inside a source package
+
+words=(make -f debian/rules) _make