diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2011-06-17 12:21:01 +0100 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2011-06-17 12:21:01 +0100 |
commit | 16cbe1216a17708fb40ebba84a359c845c263870 (patch) | |
tree | 230cb814800e0c9a1aa9da67e0b2f3e7bb35433a | |
parent | 9cac49caeee7990c07064bfb09555c68ed2d2516 (diff) | |
download | riscv-openocd-16cbe1216a17708fb40ebba84a359c845c263870.zip riscv-openocd-16cbe1216a17708fb40ebba84a359c845c263870.tar.gz riscv-openocd-16cbe1216a17708fb40ebba84a359c845c263870.tar.bz2 |
build: add missing files to make dist
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
-rw-r--r-- | Makefile.am | 9 | ||||
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | src/target/Makefile.am | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 2d07552..63ac5a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,14 @@ endif SUBDIRS += src doc EXTRA_DIST = \ + BUGS \ + HACKING \ + NEWTAPS \ + PATCHES.txt \ + README.Win32 \ Doxyfile.in \ - tools/logger.pl + tools/logger.pl \ + contrib/loaders libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck @@ -78,7 +84,6 @@ install-data-hook: uninstall-hook: rm -rf $(DESTDIR)$(pkgdatadir)/scripts - distclean-local: rm -rf Doxyfile doxygen diff --git a/doc/Makefile.am b/doc/Makefile.am index 8e8e0d1..6759ed5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,8 @@ info_TEXINFOS = openocd.texi openocd_TEXINFOS = fdl.texi man_MANS = openocd.1 -EXTRA_DIST = openocd.1 +EXTRA_DIST = openocd.1 \ + INSTALL.txt dist-hook: mkdir $(distdir)/manual diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 02bf0f4..27ad054 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -157,7 +157,6 @@ noinst_HEADERS = \ target_request.h \ trace.h \ xscale.h \ - xscale_debug.h \ smp.h \ avr32_ap7k.h \ avr32_jtag.h \ |