comparison src/gnuplot.mk @ 5944:9a893025d734

* src/gnuplot.mk: install term/js files (Bug #61429)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 11 Nov 2021 09:49:07 -0500
parents 0656d539f112
children 6adeb47401d6
comparison
equal deleted inserted replaced
5943:ccea92e01188 5944:9a893025d734
74 $(INSTALL) -d '$(3)$(HOST_PREFIX)/share/texmf/tex/context/gnuplot/' 74 $(INSTALL) -d '$(3)$(HOST_PREFIX)/share/texmf/tex/context/gnuplot/'
75 $(INSTALL) -m644 "$(1)/share/LaTeX/t-gnuplot-lua-tikz.tex" '$(3)$(HOST_PREFIX)/share/texmf/tex/context/gnuplot/'; 75 $(INSTALL) -m644 "$(1)/share/LaTeX/t-gnuplot-lua-tikz.tex" '$(3)$(HOST_PREFIX)/share/texmf/tex/context/gnuplot/';
76 $(INSTALL) -d '$(3)$(HOST_PREFIX)/share/texmf/tex/generic/gnuplot/' 76 $(INSTALL) -d '$(3)$(HOST_PREFIX)/share/texmf/tex/generic/gnuplot/'
77 $(INSTALL) -m644 "$(1)/share/LaTeX/gnuplot-lua-tikz-common.tex" '$(3)$(HOST_PREFIX)/share/texmf/tex/generic/gnuplot/'; 77 $(INSTALL) -m644 "$(1)/share/LaTeX/gnuplot-lua-tikz-common.tex" '$(3)$(HOST_PREFIX)/share/texmf/tex/generic/gnuplot/';
78 78
79 # js files
80 $(INSTALL) -d '$(3)$(HOST_PREFIX)/share/js'
81 for f in $(1)/term/js/*.*; do \
82 $(INSTALL) -m644 "$$f" '$(3)$(HOST_PREFIX)/share/js/'; \
83 done
84
79 ## MG: not sure what to do with these and how to integrate with DESTDIR 85 ## MG: not sure what to do with these and how to integrate with DESTDIR
80 $(INSTALL) -d '$(TOP_DIR)/gnuplot/bin' 86 $(INSTALL) -d '$(TOP_DIR)/gnuplot/bin'
81 $(INSTALL) -m755 '$(1)/config/mingw/gnuplot.exe' '$(TOP_DIR)/gnuplot/bin/' 87 $(INSTALL) -m755 '$(1)/config/mingw/gnuplot.exe' '$(TOP_DIR)/gnuplot/bin/'
82 $(INSTALL) -m755 '$(1)/config/mingw/wgnuplot.exe' '$(TOP_DIR)/gnuplot/bin/' 88 $(INSTALL) -m755 '$(1)/config/mingw/wgnuplot.exe' '$(TOP_DIR)/gnuplot/bin/'
83 $(INSTALL) -m644 '$(1)/src/win/wgnuplot.mnu' '$(TOP_DIR)/gnuplot/bin/' 89 $(INSTALL) -m644 '$(1)/src/win/wgnuplot.mnu' '$(TOP_DIR)/gnuplot/bin/'