Doc Makefile for dump1090

This commit is contained in:
Karl Lehenbauer 2014-10-19 10:00:15 -05:00
parent 603a6e6634
commit 97d74b5c53
1 changed files with 17 additions and 0 deletions

17
doc/Makefile Normal file
View File

@ -0,0 +1,17 @@
#
# makefile for piaware doc files
#
DOCDIR=/usr/share/man/man1
MANPAGES= dump1090.1
all:
@echo "'make install' to install docs"
install:
@echo ---- installing docs
cp $(MANPAGES) $(DOCDIR)
@echo --- compressing docs
cd $(DOCDIR); gzip --force -9 $(MANPAGES)