diff options
author | Freddie Chopin <freddie.chopin@gmail.com> | 2012-08-02 14:14:47 +0200 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2012-08-02 13:16:06 +0000 |
commit | 0527d336a529b9d4f3617e49a59c3d97f6999aa7 (patch) | |
tree | 8cea5df354c408a23087ddb3c55b3ea04c5db341 /Makefile.am | |
parent | 168fcf58c5951e19661a2be08a85d301c43c1555 (diff) | |
download | riscv-openocd-0527d336a529b9d4f3617e49a59c3d97f6999aa7.zip riscv-openocd-0527d336a529b9d4f3617e49a59c3d97f6999aa7.tar.gz riscv-openocd-0527d336a529b9d4f3617e49a59c3d97f6999aa7.tar.bz2 |
Add missing files (header and .txt) for release.
make distcheck is used to make packages with OpenOCD release, this
command uses information from Makefile.am files to know which files
should be included in the package and which can be left only in
repository. This patch makes a few headers from recent JTAG drivers
and one txt file with info about target tcl config files included in
released packages.
Change-Id: I91202290633a30f53624a8c7d9a0ebf72c40772b
Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-on: http://openocd.zylin.com/767
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8de1dbd..722c373 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ $(THE_MANUAL): %.pdf: %.tex TCL_PATH = tcl # command to find paths of script files, relative to TCL_PATH -TCL_FILES = find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' | \ +TCL_FILES = find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' -o -name '*.txt' | \ sed -e 's,^$(srcdir)/$(TCL_PATH),,' dist-hook: |