X-Git-Url: https://git.gag.com/?p=fw%2Fopenocd;a=blobdiff_plain;f=Makefile.am;h=722c3732349889edce9749b4004e980943353ec1;hp=8de1dbdb8de5d3718b1c748352d876c23b926ff7;hb=cbfc443c7b8582631d389bd1932334487f9a1576;hpb=28b1fbd5ee083732c67e5bf810ae01ad938471ac diff --git a/Makefile.am b/Makefile.am index 8de1dbdb8..722c37323 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: