dump1090-fa/doc/Makefile

18 lines
269 B
Makefile
Raw Normal View History

2014-10-19 15:00:15 +00:00
#
# 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)