From 16a6c436a72ff1fc941ce6264d3c401b8618b78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Sun, 6 Dec 2009 15:35:32 +0000 Subject: debugger documentation: remove unused files --- lib/debugger/doc/src/Makefile | 2 +- lib/debugger/doc/src/part_notes.xml | 40 ------------------------------------ lib/debugger/doc/src/warning.gif | Bin 1498 -> 0 bytes 3 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 lib/debugger/doc/src/part_notes.xml delete mode 100644 lib/debugger/doc/src/warning.gif (limited to 'lib/debugger/doc') diff --git a/lib/debugger/doc/src/Makefile b/lib/debugger/doc/src/Makefile index e6a1de2701..1c0bbaf9d2 100644 --- a/lib/debugger/doc/src/Makefile +++ b/lib/debugger/doc/src/Makefile @@ -39,7 +39,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/$(APPLICATION)-$(VSN) XML_APPLICATION_FILES = ref_man.xml XML_REF3_FILES = debugger.xml i.xml int.xml -XML_PART_FILES = part.xml part_notes.xml +XML_PART_FILES = part.xml XML_CHAPTER_FILES = debugger_chapter.xml notes.xml BOOK_FILES = book.xml diff --git a/lib/debugger/doc/src/part_notes.xml b/lib/debugger/doc/src/part_notes.xml deleted file mode 100644 index 60299bbb11..0000000000 --- a/lib/debugger/doc/src/part_notes.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - -
- - 20042009 - Ericsson AB. All Rights Reserved. - - - The contents of this file are subject to the Erlang Public License, - Version 1.1, (the "License"); you may not use this file except in - compliance with the License. You should have received a copy of the - Erlang Public License along with this software. If not, it can be - retrieved online at http://www.erlang.org/. - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and limitations - under the License. - - - - Debugger Release Notes - - - 2004-09-07 - 1.0 - part_notes.sgml -
- -

Debugger is a graphical tool which can be used for - debugging and testing of Erlang programs. For example, breakpoints - can be set, code can be single stepped and variable values can be - displayed and changed.

-
- -
- - diff --git a/lib/debugger/doc/src/warning.gif b/lib/debugger/doc/src/warning.gif deleted file mode 100644 index 96af52360e..0000000000 Binary files a/lib/debugger/doc/src/warning.gif and /dev/null differ -- cgit v1.2.3