summaryrefslogtreecommitdiff
path: root/s51/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-03-01 23:12:31 -0800
committerKeith Packard <keithp@keithp.com>2009-03-01 23:12:31 -0800
commitfdee231ed097a4348aee78fbd4aa92826b80de03 (patch)
treeb066d3618078a8e92827207d3a14dedc122babfc /s51/Makefile.am
parentf7d91bd23b8214e09deae0aafb516331e934c49b (diff)
Add s51 manual.
This documents (briefly) the s51 hex debugging interface program, including some simple commands to test the operation of the system interactively. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 's51/Makefile.am')
-rw-r--r--s51/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/s51/Makefile.am b/s51/Makefile.am
index fa6fc692..6213750c 100644
--- a/s51/Makefile.am
+++ b/s51/Makefile.am
@@ -3,6 +3,8 @@ bin_PROGRAMS=s51
AM_CFLAGS=-I$(top_srcdir)/lib $(LIBUSB_CFLAGS)
S51_LIBS=../lib/libcc.a
+man_MANS = s51.1
+
s51_DEPENDENCIES = $(S51_LIBS)
s51_LDADD=$(S51_LIBS) $(LIBUSB_LIBS)