X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=Makefile.am;h=722c3732349889edce9749b4004e980943353ec1;hp=8de1dbdb8de5d3718b1c748352d876c23b926ff7;hb=0527d336a529b9d4f3617e49a59c3d97f6999aa7;hpb=168fcf58c5951e19661a2be08a85d301c43c1555 diff --git a/Makefile.am b/Makefile.am index 8de1dbdb8d..722c373234 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: