Files
psstop/Makefile.am
T
Auke Kok f2e96c9511 Fix, publish man page, bump release version.
This uses `ronn` to create a developer-maintained manual
page. The output is pushed into git, such that a normal
distribution compilation does not need to have `ronn` installed
to do a full install. Developers will need to check in the
psstop.1 file after modifying the psstop.1.md file
2018-03-26 11:53:42 -07:00

16 lines
245 B
Makefile

EXTRA_DIST = COPYING psstop.spec psstop.1.md
bin_PROGRAMS = psstop
psstop_SOURCES = src/main.c
AM_CPPFLAGS = $(AM_CFLAGS) $(glib_CFLAGS)
psstop_LDADD = $(glib_LIBS)
psstop.1: psstop.1.md
ronn -r $< --pipe > $@
dist_man_MANS = \
psstop.1