commit a02e49703440175c01dacade3e556227f996f246 Author: Robert Hogan robert@roberthogan.net Date: Sun Feb 27 17:41:05 2011 +0000
Add missing doc/Makefile.am --- doc/Makefile.am | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..ed6cbf4 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,18 @@ +# Makefile used by configure to create real Makefile + +# Install configuration file +usewithtorconfdir = $(CONFDIR)/ +usewithtorconf_DATA = torsocks.conf + +# Install man pages +torsocksmanpagedir = $(mandir)/man1 +torsocksmanpage_DATA = torsocks.1 + +torsocks8manpagedir = $(mandir)/man8 +torsocks8manpage_DATA = torsocks.8 + +usewithtormanpagedir = $(mandir)/man1 +usewithtormanpage_DATA = usewithtor.1 + +torsocksconfmanpagedir = $(mandir)/man5 +torsocksconfmanpage_DATA = torsocks.conf.5