mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-08-07 06:26:38 +10:00
Add the SPDX tag line. Change-Id: Iffe73faaf20614f9e5237b7afba3c580dfa03a9e Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8410 Tested-by: jenkins
14 lines
251 B
Makefile
14 lines
251 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
info_TEXINFOS += %D%/openocd.texi
|
|
%C%_openocd_TEXINFOS = %D%/fdl.texi
|
|
|
|
dist_man_MANS += %D%/openocd.1
|
|
|
|
EXTRA_DIST += %D%/manual
|
|
|
|
MAINTAINERCLEANFILES += \
|
|
%D%/mdate-sh \
|
|
%D%/stamp-vti \
|
|
%D%/version.texi
|