* gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
[deliverable/binutils-gdb.git] / gdb / nlm / Makefile.in
index 54511387a003920f2ac3cce0299a0124a6f1a750..6b3cf8c9ddf0e8d1201a86502571a4fe85f199e7 100644 (file)
@@ -1,4 +1,5 @@
-#Copyright 1989, 1990, 91, 92, 93, 94, 95, 1999 Free Software Foundation, Inc.
+#Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999
+#Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
@@ -41,6 +42,7 @@ man7dir = $(mandir)/man7
 man8dir = $(mandir)/man8
 man9dir = $(mandir)/man9
 infodir = @infodir@
+htmldir = $(prefix)/html
 includedir = @includedir@
 
 SHELL = @SHELL@
@@ -115,6 +117,8 @@ check:
 info dvi:
 install-info:
 clean-info:
+html:
+install-html:
 
 gdbserve.nlm:  gdbserve.O $(srcdir)/gdbserve.def
        ${NLMCONV_FOR_TARGET} -T $(srcdir)/gdbserve.def
This page took 0.024162 seconds and 4 git commands to generate.