X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=Makefile.am;h=4e6c285078a2708261d560098c4bd2e4da536371;hp=8de1dbdb8de5d3718b1c748352d876c23b926ff7;hb=faedb1477292dda20267adbdcf6536da3ec77502;hpb=28b1fbd5ee083732c67e5bf810ae01ad938471ac diff --git a/Makefile.am b/Makefile.am index 8de1dbdb8d..4e6c285078 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,8 @@ EXTRA_DIST = \ BUGS \ HACKING \ NEWTAPS \ - README.Win32 \ + README.Windows \ + README.OSX \ Doxyfile.in \ tools/logger.pl \ contrib/loaders @@ -63,7 +64,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: @@ -89,7 +90,7 @@ uninstall-hook: distclean-local: rm -rf Doxyfile doxygen rm -f $(srcdir)/jimtcl/configure.gnu - + DISTCLEANFILES = doxygen.log MAINTAINERCLEANFILES = \