From: Martin Pool Date: Mon, 25 Feb 2002 18:48:25 +0000 (+0000) Subject: Add targets to build documentation from Texinfo. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6216ca2c70e48be27b635e78fc5f40d4fb860e73 Add targets to build documentation from Texinfo. --- diff --git a/Makefile.in b/Makefile.in index 9171b696..a4f898c8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -133,3 +133,12 @@ installcheck: $(CHECK_PROGS) POSIXLY_CORRECT=1 TLS=`pwd`/tls rsync_bin="$(bindir)/rsync" srcdir="$(srcdir)" $(srcdir)/runtests.sh # TODO: Add 'dist' target; need to know which files will be included + +rsync.dvi: doc/rsync.texinfo + texi2dvi -o $@ $< + +rsync.ps: rsync.dvi + dvips -ta4 -o $@ $< + +rsync.pdf: doc/rsync.texinfo + texi2dvi -o $@ --pdf $<