From b5e539fc5aa52b94608dbb976981930c03213a78 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 18 Jun 2020 10:49:34 -0700 Subject: Use documentation to extract 2 more .h lists - Change default_cvsignore char[] into a define. - Make the DEFAULT_DONT_COMPRESS and DEFAULT_CVSIGNORE defines get set based on their info in rsync.1.md. - Add a few more don't-compress suffixes from Simon Matter. --- Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index d2329cef..91d9d4a9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,11 +100,16 @@ rsync$(EXEEXT): $(OBJS) $(OBJS): $(HEADERS) $(CHECK_OBJS): $(HEADERS) options.o: latest-year.h help-rsync.h help-rsyncd.h +exclude.o: default-cvsignore.h +loadparm.o: default-dont-compress.h flist.o: rounding.h +default-cvsignore.h default-dont-compress.h: rsync.1.md define-from-md.awk + awk -f $(srcdir)/define-from-md.awk -v hfile=$@ $(srcdir)/rsync.1.md + help-rsync.h help-rsyncd.h: rsync.1.md help-from-md.awk - awk -f $(srcdir)/help-from-md.awk -v helpfile=$@ $(srcdir)/rsync.1.md + awk -f $(srcdir)/help-from-md.awk -v hfile=$@ $(srcdir)/rsync.1.md rounding.h: rounding.c rsync.h proto.h @for r in 0 1 3; do \ -- cgit v1.2.1