libbsd/man/Makefile.am

64 lines
1003 B
Makefile
Raw Normal View History

2010-12-17 11:13:04 +01:00
## Process this file with automake to produce Makefile.in
EXTRA_DIST = \
mdX.3bsd \
2010-12-17 11:13:04 +01:00
$(nil)
CLEANFILES = \
md5.3bsd \
$(nil)
SED_MD5_SUBST = -e 's/mdX/md5/g' -e 's/mdY/md4/g' -e 's/MDX/MD5/g'
md5.3bsd: $(srcdir)/mdX.3bsd
2010-12-17 11:13:04 +01:00
$(AM_V_GEN) sed $(SED_MD5_SUBST) $< > $@
dist_man_MANS = \
arc4random.3 \
arc4random_addrandom.3 \
arc4random_buf.3 \
arc4random_stir.3 \
arc4random_uniform.3 \
bitstring.3 \
closefrom.3 \
2010-12-17 11:13:04 +01:00
dehumanize_number.3 \
expand_number.3 \
explicit_bzero.3 \
2010-12-17 11:13:04 +01:00
fgetln.3 \
fgetwln.3 \
2010-12-17 11:13:04 +01:00
flopen.3 \
fmtcheck.3 \
fparseln.3 \
funopen.3 \
getbsize.3 \
2010-12-17 11:13:04 +01:00
getmode.3 \
getpeereid.3 \
getprogname.3 \
2010-12-17 11:13:04 +01:00
heapsort.3 \
humanize_number.3 \
md5.3bsd \
mergesort.3 \
nlist.3 \
pidfile.3 \
queue.3bsd \
2010-12-17 11:13:04 +01:00
radixsort.3 \
readpassphrase.3 \
reallocarray.3 \
2010-12-17 11:13:04 +01:00
reallocf.3 \
setmode.3 \
setproctitle.3 \
setprogname.3 \
2010-12-17 11:13:04 +01:00
sradixsort.3 \
2014-06-26 21:43:55 +02:00
stringlist.3 \
2010-12-17 11:13:04 +01:00
strlcat.3 \
strlcpy.3 \
strnstr.3 \
2010-12-17 11:13:04 +01:00
strmode.3 \
strtonum.3 \
tree.3 \
2010-12-17 11:13:04 +01:00
unvis.3 \
vis.3 \
wcslcat.3 \
wcslcpy.3 \
2010-12-17 11:13:04 +01:00
$(nil)