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 (12 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
# vim:ts=2
# Makefile for dwww.
#
ALL_TARGET  :=
SUBDIRS     :=
include ../../common.mk

templatefiles  := $(distributor).png

install-local:
	$(call install,$(pkgsharedir),$(templatefiles)) 
	$(call install,$(pxmpsharedir),dwww-gnome-touristinfo.png)