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 /Makefile.am | |
parent | 4cbc6b0359dcac8d3c6165433db8f220c70097bf (diff) |
doc: Move doc/tinyproxy.conf to etc/ directory
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am index db684cf..f76c9f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,32 +6,9 @@ CONFIG_FILES = \ m4macros/typecheck.m4 m4macros/argenable.m4 EXTRA_DIST = $(CONFIG_FILES) TODO autogen.sh -SUBDIRS = src data doc packaging +SUBDIRS = src data etc doc packaging -install-data-local: tinyproxy-configure-file tinyproxy-html-files - -# Install the configuration file if it doesn't already exist -tinyproxy-configure-file: - $(mkinstalldirs) $(DESTDIR)@TINYPROXY_CONFIG_DIR@ - $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \ - $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@-dist - test -f $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ \ - || $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \ - $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ - @echo "" - @echo "A configuration file has been copied to:" - @echo "" - @echo "@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@-dist" - @echo "" - @echo "You will need to rename this file to:" - @echo "" - @echo "@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@" - @echo "" - @echo "and modify the values to suit your local system." - @echo "" - @echo "All the configuration directives are commented in the file, so" - @echo "you should not have any problems configuring your system." - @echo "" +install-data-local: tinyproxy-html-files # Install the HTML files tinyproxy-html-files: |