mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-20 12:58:00 -05:00
main Makefile rules, and the (re-)building of the man pages automatic if yodl2man is present.
8 lines
167 B
Makefile
8 lines
167 B
Makefile
conf: configure.sh config.h.in
|
|
|
|
configure.sh: configure.in aclocal.m4
|
|
autoconf -o configure.sh
|
|
|
|
config.h.in: configure.in aclocal.m4
|
|
autoheader && touch config.h.in
|