diff options
author | Slávek Banko <[email protected]> | 2022-01-30 16:44:05 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-30 17:10:52 +0100 |
commit | b353103ec003ea1c87f8ffe3ff2caf061cbfa44f (patch) | |
tree | f1fa57beb75e0700e323d3d2478b57687cb43e0e /src/privoxytemplates | |
parent | 350c369a73eb1d9963df7888b17a573d3fb4a641 (diff) | |
download | tork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.tar.gz tork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/privoxytemplates')
-rw-r--r-- | src/privoxytemplates/Makefile.am | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/privoxytemplates/Makefile.am b/src/privoxytemplates/Makefile.am deleted file mode 100644 index ed754df..0000000 --- a/src/privoxytemplates/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -privoxy_DATA = \ - blocked \ - cgi-error-404 \ - cgi-error-bad-param \ - cgi-error-disabled \ - cgi-error-file \ - cgi-error-modified \ - cgi-error-parse \ - cgi-style.css \ - connect-failed \ - default \ - edit-actions-add-url-form \ - edit-actions-for-url \ - edit-actions-for-url-filter \ - edit-actions-list \ - edit-actions-list-section \ - edit-actions-list-url \ - edit-actions-remove-url-form \ - edit-actions-url-form \ - mod-local-help \ - mod-support-and-service \ - mod-title \ - mod-unstable-warning \ - no-such-domain \ - show-request \ - show-status \ - show-status-file \ - show-url-info \ - show-version \ - toggle \ - toggle-mini \ - untrusted - -privoxydir = $(kde_datadir)/tork/privoxy/templates |