fix typo in manual page
[rsync.git] / packaging / auto-Makefile
blob032913d571e91b0a17dff743d5015974b675bee5
1 TARGETS := all install install-ssl-daemon install-all install-strip conf gen reconfigure restatus \
2         proto man clean cleantests distclean test check check29 check30 installcheck splint \
3         doxygen doxygen-upload finddead rrsync
5 .PHONY: $(TARGETS) auto-prep
7 $(TARGETS): auto-prep
8         make -C build $@
10 auto-prep:
11         @if test x`packaging/prep-auto-dir` = x; then echo "auto-build-save is not setup"; exit 1; fi
12         @echo 'Build branch: '`readlink build/.branch | tr % /`