aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/doc/src/Makefile
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2013-03-12 16:19:54 +0100
committerHans Bolinder <[email protected]>2013-03-12 16:19:54 +0100
commit6e445498dfa736090f3080484204b65a1ca25703 (patch)
treecbf14135b35bace1ba369bac42434346fced1d19 /lib/debugger/doc/src/Makefile
parent2e658b94a047d3333284159ac74fde74b51c5182 (diff)
parentd0bb666c8811615981db8721c119ee6450857272 (diff)
downloadotp-6e445498dfa736090f3080484204b65a1ca25703.tar.gz
otp-6e445498dfa736090f3080484204b65a1ca25703.tar.bz2
otp-6e445498dfa736090f3080484204b65a1ca25703.zip
Merge branch 'hb/debugger/strings/OTP-10899' into maint
* hb/debugger/strings/OTP-10899: [debugger] Add an option 'Strings'
Diffstat (limited to 'lib/debugger/doc/src/Makefile')
-rw-r--r--lib/debugger/doc/src/Makefile18
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) $< $@