X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.am;h=3640dbc540216a877c5bde24db8150cab6c64c15;hb=58256d48358ab695e970b5e61546aecb366ad914;hp=8de1dbdb8de5d3718b1c748352d876c23b926ff7;hpb=28b1fbd5ee083732c67e5bf810ae01ad938471ac;p=openocd diff --git a/Makefile.am b/Makefile.am index 8de1dbdb..3640dbc5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ nobase_dist_pkgdata_DATA = \ contrib/libdcc/dcc_stdio.h \ contrib/libdcc/example.c \ contrib/libdcc/README \ - contrib/openocd.udev + contrib/99-openocd.rules if INTERNAL_JIMTCL SUBDIRS = jimtcl @@ -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 = \