diff options
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) $< $@ |