a91291c4d6
It is not complete, but has lots of stuff already. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
12 lines
198 B
Makefile
12 lines
198 B
Makefile
man_MANS = weston.1
|
|
|
|
MAN_SUBSTS = \
|
|
-e 's|__weston_modules_dir__|$(pkglibdir)|g' \
|
|
-e 's|__version__|$(PACKAGE_VERSION)|g'
|
|
|
|
SUFFIXES = .1 .man
|
|
|
|
.man.1:
|
|
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
|
|
|