Packaging should include the manpage. - rfkilld - An rfkill daemon, which runs scripts according to rfkill events.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 5f7acdb4b13e589123a49eaf6de02baab18abc83
 (DIR) parent b37bc7f429c1dd2646c8e383aa4ec3e5c2ec236d
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Wed,  2 May 2012 21:37:42 +0200
       
       Packaging should include the manpage.
       
       Diffstat:
         Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -32,7 +32,7 @@ dist: clean
                @echo creating dist tarball
                @mkdir -p ${NAME}-${VERSION}
                @cp -R LICENSE Makefile README.md config.mk \
       -                etc ${SRC} *.h ${NAME}-${VERSION}
       +                etc ${NAME}.8 ${SRC} *.h ${NAME}-${VERSION}
                @tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION}
                @gzip ${NAME}-${VERSION}.tar
                @rm -rf ${NAME}-${VERSION}