Add doc install option.

This commit is contained in:
Karl Lehenbauer 2014-10-19 15:27:27 +00:00
parent 97d74b5c53
commit 69a9b7e47d
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ view1090: view1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o
clean:
rm -f *.o dump1090 view1090
install:
install-doc:
$(MAKE) -C doc install
install: install-doc
install -t $(BINDIR) dump1090
mkdir -p $(HTMLDIR)
cp -R public_html $(SHAREDIR)