]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Remove dead targets from build system
authorTiziano Müller <tiziano.mueller@stepping-stone.ch>
Wed, 8 Apr 2015 11:29:39 +0000 (13:29 +0200)
committerWayne Davison <wayned@samba.org>
Fri, 1 May 2015 21:26:21 +0000 (14:26 -0700)
Makefile.in

index 8332a50ddf78215915a428dfa9ad853d91e84f5a..4e20827b8ce2a8aa4d2e450eeb4bde4d2a6dce69 100644 (file)
@@ -307,17 +307,6 @@ installcheck: $(CHECK_PROGS) $(CHECK_SYMLINKS)
 splint:
        splint +unixlib +gnuextensions -weak rsync.c
 
-
-rsync.dvi: doc/rsync.texinfo
-       texi2dvi -o $@ $<
-
-rsync.ps: rsync.dvi
-       dvips -ta4 -o $@ $<
-
-rsync.pdf: doc/rsync.texinfo
-       texi2dvi -o $@ --pdf $<
-
-
 doxygen:
        cd $(srcdir) && rm dox/html/* && doxygen