Skip to content
Snippets Groups Projects
Commit 16cbe121 authored by Spencer Oliver's avatar Spencer Oliver
Browse files

build: add missing files to make dist

parent 9cac49ca
Branches
Tags
No related merge requests found
...@@ -21,8 +21,14 @@ endif ...@@ -21,8 +21,14 @@ endif
SUBDIRS += src doc SUBDIRS += src doc
EXTRA_DIST = \ EXTRA_DIST = \
BUGS \
HACKING \
NEWTAPS \
PATCHES.txt \
README.Win32 \
Doxyfile.in \ Doxyfile.in \
tools/logger.pl tools/logger.pl \
contrib/loaders
libtool: $(LIBTOOL_DEPS) libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck $(SHELL) ./config.status --recheck
...@@ -78,7 +84,6 @@ install-data-hook: ...@@ -78,7 +84,6 @@ install-data-hook:
uninstall-hook: uninstall-hook:
rm -rf $(DESTDIR)$(pkgdatadir)/scripts rm -rf $(DESTDIR)$(pkgdatadir)/scripts
distclean-local: distclean-local:
rm -rf Doxyfile doxygen rm -rf Doxyfile doxygen
......
info_TEXINFOS = openocd.texi info_TEXINFOS = openocd.texi
openocd_TEXINFOS = fdl.texi openocd_TEXINFOS = fdl.texi
man_MANS = openocd.1 man_MANS = openocd.1
EXTRA_DIST = openocd.1 EXTRA_DIST = openocd.1 \
INSTALL.txt
dist-hook: dist-hook:
mkdir $(distdir)/manual mkdir $(distdir)/manual
......
...@@ -157,7 +157,6 @@ noinst_HEADERS = \ ...@@ -157,7 +157,6 @@ noinst_HEADERS = \
target_request.h \ target_request.h \
trace.h \ trace.h \
xscale.h \ xscale.h \
xscale_debug.h \
smp.h \ smp.h \
avr32_ap7k.h \ avr32_ap7k.h \
avr32_jtag.h \ avr32_jtag.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment