This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
build: add missing files to make dist
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
tags/v0.5.0-rc1
Spencer Oliver
12 years ago
parent
9cac49caee
commit
16cbe1216a
3 changed files
with
9 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-2
Makefile.am
+2
-1
doc/Makefile.am
+0
-1
src/target/Makefile.am
+ 7
- 2
Makefile.am
View File
@@ -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
+ 2
- 1
doc/Makefile.am
View File
@@ -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
+ 0
- 1
src/target/Makefile.am
View File
@@ -157,7 +157,6 @@ noinst_HEADERS = \
target_request.h \
trace.h \
xscale.h \
xscale_debug.h \
smp.h \
avr32_ap7k.h \
avr32_jtag.h \
Write
Preview
Loading…
Cancel
Save