File: Makefile.am

package info (click to toggle)
debianutils 5.23.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: ansic: 1,021; sh: 727; makefile: 144
file content (19 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AUTOMAKE_OPTIONS = foreign

SUBDIRS = po4a

EXTRA_DIST = CONTRIBUTING

bin_PROGRAMS = run-parts tempfile ischroot
run_parts_SOURCES = run-parts.c
tempfile_SOURCES = tempfile.c
ischroot_SOURCES = ischroot.c

dist_bin_SCRIPTS = which.debianutils savelog

dist_sbin_SCRIPTS = installkernel add-shell remove-shell update-shells

dist_man_MANS = run-parts.8 \
	   installkernel.8 savelog.8 \
	   tempfile.1 which.debianutils.1 add-shell.8 \
	   remove-shell.8 update-shells.8 ischroot.1