File: Makefile.am

package info (click to toggle)
tinyproxy 1.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 916 kB
  • sloc: ansic: 6,317; sh: 365; perl: 349; makefile: 203; awk: 4
file content (12 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
templatesdir = $(pkgdatadir)

TEMPLATES = \
	debug.html \
	default.html \
	stats.html

templates_DATA = \
	$(TEMPLATES)

EXTRA_DIST = \
	$(TEMPLATES)