mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 10:08:37 +10:00
Purge all legacy interface configurations so there's no more confusion over which one to use. Also remove doc/INSTALL.txt which mentions ft2232 but otherwise just duplicates what INSTALL says. Change-Id: Ic94f808f123d4917e600b79309f1272c78a7bb11 Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/3236 Tested-by: jenkins Reviewed-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
13 lines
256 B
Makefile
13 lines
256 B
Makefile
info_TEXINFOS = openocd.texi
|
|
openocd_TEXINFOS = fdl.texi
|
|
man_MANS = openocd.1
|
|
EXTRA_DIST = openocd.1 \
|
|
manual
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
$(srcdir)/Makefile.in \
|
|
$(srcdir)/mdate-sh \
|
|
$(srcdir)/stamp-vti \
|
|
$(srcdir)/version.texi \
|
|
$(srcdir)/texinfo.tex
|