diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-06-26 23:18:44 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-06-26 23:18:44 +0200 |
commit | 027ddb69122af89c89aa50906eec045f349c9490 (patch) | |
tree | f8350d984b5c3feee85f9613de4314d49d54aadb /Makefile | |
parent | 60c079c11435e9e120cc6ebb991071e321b20639 (diff) | |
parent | f58be6cc8d802c4c48edd594aab41408df30e954 (diff) | |
download | mkinitcpio-027ddb69122af89c89aa50906eec045f349c9490.tar.gz mkinitcpio-027ddb69122af89c89aa50906eec045f349c9490.tar.xz |
Merge branch 'master' of https://github.com/seblu/arch-mkinitcpio into working
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ install: all install -m644 -t ${DESTDIR}/etc/mkinitcpio.d mkinitcpio.d/* install -m644 mkinitcpio.5 ${DESTDIR}/usr/share/man/man5/mkinitcpio.5 + install -m644 bash-completion ${DESTDIR}/etc/bash_completion.d/mkinitcpio doc: mkinitcpio.5 mkinitcpio.5: mkinitcpio.5.txt Makefile |