File: Makefile.am

package info (click to toggle)
hexec 0.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,772 kB
  • sloc: sh: 9,322; ansic: 1,487; yacc: 94; makefile: 32
file content (19 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS=common hexec hook

EXTRA_DIST=docs/hexec.yo
dist_man1_MANS=docs/hexec.1

docs/hexec.1: docs/hexec.yo
	if test "" = "${YODL2MAN}"; then \
		echo "You can't build the manpages without yodl"; \
		exit 1; \
	fi
	
	yodl2man docs/hexec.yo 
	rm -f docs/hexec.1
	mv docs/hexec.man docs/hexec.1

gen-version-stamp:
	echo ${VERSION} > version-stamp

$(distdir): gen-version-stamp