File: Makefile

package info (click to toggle)
liquidsoap 1.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,836 kB
  • sloc: ml: 39,805; python: 956; makefile: 523; sh: 452; xml: 105; perl: 76; lisp: 62; ansic: 53; ruby: 8
file content (10 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10

DISTFILES = $(wildcard *.liq) Makefile README

top_srcdir = ..
include $(top_srcdir)/Makefile.rules

.PHONY: doc-install
doc-install:
	$(INSTALL) -d $(datadir)/doc/$(DISTDIR)/examples
	$(INSTALL_DATA) $(wildcard *.liq) README $(datadir)/doc/$(DISTDIR)/examples