mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-02 10:48:04 +02:00
It is not complete, but has lots of stuff already. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
11 lines
198 B
Makefile
11 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) < $< > $@
|
|
|