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 (18 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vim:ts=2
# Makefile for dwww.
# "@(#)dwww:$Id: Makefile 521 2009-01-16 23:34:26Z robert $"
#
ALL_TARGET  :=
SUBDIRS     :=
include ../../common.mk

templatefiles  := $(sort $(wildcard *.*))
dwwwendlinks   := dwww-convert.dir.end dwww-convert.end dwww-find.end



install-local:
	$(call msg,$@)
	$(call install,$(pkgsharedir)/templates,$(templatefiles))
	$(call install_links,dwww.end,$(patsubst %,$(pkgsharedir)/templates/%,$(dwwwendlinks)))