From d0bb666c8811615981db8721c119ee6450857272 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Fri, 22 Feb 2013 15:09:25 +0100 Subject: [debugger] Add an option 'Strings' A new checkbox has been added. When it is checked, the range set by the 'erl' flag '+pc' is used for determining when to print lists of integers as strings. When it is unchecked, integer lists are never printed as strings. A minor incompatibility: settings saved by Erlang R16B01 or later cannot be read by Erlang R16B or earlier. --- lib/debugger/doc/src/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lib/debugger/doc/src/Makefile') diff --git a/lib/debugger/doc/src/Makefile b/lib/debugger/doc/src/Makefile index ba62e41f6b..9d12893c86 100644 --- a/lib/debugger/doc/src/Makefile +++ b/lib/debugger/doc/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2012. All Rights Reserved. +# Copyright Ericsson AB 1997-2013. 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 @@ -49,13 +49,13 @@ XML_FILES = \ $(XML_REF3_FILES) $(XML_APPLICATION_FILES) GIF_FILES = \ - images/attach.gif \ - images/cond_break_dialog.gif \ - images/function_break_dialog.gif \ - images/interpret.gif \ - images/line_break_dialog.gif \ - images/monitor.gif \ - images/view.gif + images/attach.jpg \ + images/cond_break_dialog.jpg \ + images/function_break_dialog.jpg \ + images/interpret.jpg \ + images/line_break_dialog.jpg \ + images/monitor.jpg \ + images/view.jpg # ---------------------------------------------------- @@ -80,7 +80,7 @@ DVIPS_FLAGS += # ---------------------------------------------------- # Targets # ---------------------------------------------------- -$(HTMLDIR)/%.gif: %.gif +$(HTMLDIR)/%.jpg: %.jpg $(INSTALL_DIR) $(HTMLDIR)/images $(INSTALL_DATA) $< $@ -- cgit v1.2.3