File: Makefile

package info (click to toggle)
dwww 1.12.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 828 kB
  • sloc: perl: 3,173; ansic: 1,805; sh: 170; makefile: 123
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)