File: Makefile

package info (click to toggle)
dwww 1.16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: perl: 3,171; ansic: 1,819; sh: 161; makefile: 127; xml: 11
file content (16 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# vim:ts=2
# Makefile for dwww.
#
ALL_TARGET  := all-local
SUBDIRS     := img mozilla templates
include ../common.mk

generated			 :=	$(bdir)/dwww.css
templatefiles  := $(sort $(wildcard mozilla-dwww.*) swish++.conf $(generated))

all-local: $(generated) | $(bdir)

install-local:
	$(call install,$(pkgsharedir),$(templatefiles)) 
	$(call install,$(etcdir)/apache2/conf-available/dwww.conf,apache.conf,notdir)
	$(call install,$(applicationsdir),dwww.desktop)