diff options
author | Hans Bolinder <[email protected]> | 2013-02-22 15:09:25 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2013-03-07 13:54:33 +0100 |
commit | d0bb666c8811615981db8721c119ee6450857272 (patch) | |
tree | 8d9f67dfe26e61ff9a69e9a7f86eb302e1f1d7ab /lib/debugger/doc/src/Makefile | |
parent | a8c7417e2e1b6e20c1f1a7247a04579b77ce9037 (diff) | |
download | otp-d0bb666c8811615981db8721c119ee6450857272.tar.gz otp-d0bb666c8811615981db8721c119ee6450857272.tar.bz2 otp-d0bb666c8811615981db8721c119ee6450857272.zip |
[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.
Diffstat (limited to 'lib/debugger/doc/src/Makefile')
-rw-r--r-- | lib/debugger/doc/src/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
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) $< $@ |