mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08: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
|