File: Makefile.am

package info (click to toggle)
ncmpcpp 0.9.2-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,348 kB
  • sloc: cpp: 23,969; sh: 4,486; makefile: 152; ansic: 43
file content (8 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4

SUBDIRS = src doc
docdir = $(prefix)/share/doc/$(PACKAGE)
doc_DATA = AUTHORS CHANGELOG.md COPYING
EXTRA_DIST = $(doc_DATA)