mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 10:08:37 +10:00
11 lines
243 B
Makefile
11 lines
243 B
Makefile
info_TEXINFOS = openocd.texi
|
|
openocd_TEXINFOS = fdl.texi
|
|
man_MANS = openocd.1
|
|
EXTRA_DIST = openocd.1
|
|
|
|
dist-hook:
|
|
mkdir $(distdir)/manual
|
|
cp -p $(srcdir)/manual/*.txt $(distdir)/manual
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in mdate-sh texinfo.tex
|