Codebase list unrtf / upstream/0.21.8-clean doc / Makefile.am
upstream/0.21.8-clean

Tree @upstream/0.21.8-clean (Download .tar.gz)

Makefile.am @upstream/0.21.8-cleanraw · history · blame

1
2
3
4
5
6
7
8
9
dist_man1_MANS = unrtf.1

EXTRA_DIST = unrtf.1.in

unrtf.1: unrtf.1.in Makefile
	sed -e 's!@DATADIR@!${datarootdir}/unrtf!g' < ${srcdir}/unrtf.1.in > unrtf.1

clean-local:
	rm -f unrtf.1