File: Makefile.am

package info (click to toggle)
x11-utils 7.7%2B4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,260 kB
  • sloc: ansic: 20,680; sh: 10,234; makefile: 708; xml: 219
file content (12 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12

appmandir = $(APP_MAN_DIR)
appman_PRE = xkill.man
appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX))

EXTRA_DIST = $(appman_PRE)
CLEANFILES = $(appman_DATA)
SUFFIXES = .$(APP_MAN_SUFFIX) .man

# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
.man.$(APP_MAN_SUFFIX):
	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@