File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,3 @@ CONFIG_FILES = \
88EXTRA_DIST = $(CONFIG_FILES ) TODO autogen.sh
99SUBDIRS = src data etc doc packaging
1010
11- install-data-local : tinyproxy-html-files
12-
13- # Install the HTML files
14- tinyproxy-html-files :
15- $(mkinstalldirs ) $(DESTDIR )$(datadir ) /tinyproxy
16-
17- for file in debug default stats; do \
18- $(INSTALL) -m 644 $(srcdir)/data/templates/$$file.html $(DESTDIR)$(datadir)/tinyproxy/$$file.html.dist ; \
19- test -f $(DESTDIR)$(datadir)/tinyproxy/$$file.html || \
20- $(INSTALL) -m 644 $(srcdir)/data/templates/$$file.html $(DESTDIR)$(datadir)/tinyproxy/$$file.html ; \
21- done
22-
Original file line number Diff line number Diff line change 1+ templatesdir = $(pkgdatadir )
2+
13TEMPLATES = \
24 debug.html \
35 default.html \
46 stats.html
57
8+ templates_DATA = \
9+ $(TEMPLATES )
10+
611EXTRA_DIST = \
712 $(TEMPLATES )
You can’t perform that action at this time.
0 commit comments