diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-13 04:04:18 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-13 04:04:18 +0530 |
commit | c44264ddaa770f6c7ad9c5c81991689917e71784 (patch) | |
tree | 4e64e81eb6d05e00c3b4251cb8b02bf795fdc6c0 /etc | |
parent | 4cbc6b0359dcac8d3c6165433db8f220c70097bf (diff) | |
download | tinyproxy-c44264ddaa770f6c7ad9c5c81991689917e71784.tar.gz tinyproxy-c44264ddaa770f6c7ad9c5c81991689917e71784.zip |
doc: Move doc/tinyproxy.conf to etc/ directory
Diffstat (limited to '')
-rw-r--r-- | etc/Makefile.am | 5 | ||||
-rw-r--r-- | etc/tinyproxy.conf (renamed from doc/tinyproxy.conf) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am new file mode 100644 index 0000000..5e8b370 --- /dev/null +++ b/etc/Makefile.am @@ -0,0 +1,5 @@ +sysconf_DATA = \ + tinyproxy.conf + +EXTRA_DIST = \ + $(sysconf_DATA) diff --git a/doc/tinyproxy.conf b/etc/tinyproxy.conf index 1711ebd..1711ebd 100644 --- a/doc/tinyproxy.conf +++ b/etc/tinyproxy.conf |