diff --git a/Makefile b/Makefile index 3842e47f..90335d99 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ MANDIR=doc/man MANGENERATED=$(MANDIR)/cdist-reference.text MANSRC=$(MANDIR)/cdist.text \ - $(MANDIR)/cdist-bin-transfer.text \ $(MANDIR)/cdist-config.text \ $(MANDIR)/cdist-dir.text \ $(MANDIR)/cdist-env.text \ diff --git a/doc/man/cdist-bin-transfer.text b/doc/man/cdist-bin-transfer.text deleted file mode 100644 index 21f00b65..00000000 --- a/doc/man/cdist-bin-transfer.text +++ /dev/null @@ -1,30 +0,0 @@ -cdist-bin-transfer(1) -===================== -Nico Schottelius - - -NAME ----- -cdist-bin-transfer - Transfer binaries to the target - - -SYNOPSIS --------- -cdist-deploy-to HOSTNAME REMOTE_DIR - - -DESCRIPTION ------------ -cdist-bin-transfer copies all cdist binaries to the given host HOSTNAME -into the given directory REMOTE_DIR. These binaries will be used in -further stages to retrieve information or apply configurations. - -SEE ALSO --------- -cdist(7) - - -COPYING -------- -Copyright \(C) 2011 Nico Schottelius. Free use of this software is -granted under the terms of the GNU General Public License version 3 (GPLv3).