public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9807] modula2: Add m2.install-dvi in gcc/m2/Make-lang.in
@ 2024-04-05 12:53 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2024-04-05 12:53 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6f1005649ff5f544eefba29ba4fb121dba0c6683

commit r14-9807-g6f1005649ff5f544eefba29ba4fb121dba0c6683
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Thu Apr 4 16:15:12 2024 +0000

    modula2: Add m2.install-dvi in gcc/m2/Make-lang.in
    
    m2 has a m2.dvi build rule, but lacks the m2.install-dvi one.
    
    2024-04-04  Christophe Lyon  <christophe.lyon@linaro.org>
    
            gcc/m2/
            * Make-lang.in (m2.install-dvi): New rule.

Diff:
---
 gcc/m2/Make-lang.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gcc/m2/Make-lang.in b/gcc/m2/Make-lang.in
index e56240b4c44..0abd8ce1455 100644
--- a/gcc/m2/Make-lang.in
+++ b/gcc/m2/Make-lang.in
@@ -162,6 +162,18 @@ m2.dvi: doc/m2.dvi
 doc/m2.dvi: $(TEXISRC) $(objdir)/m2/images/gnu.eps
 	$(TEXI2DVI) -c -I $(objdir)/m2 -I $(srcdir)/doc/include -o $@ $(srcdir)/doc/gm2.texi
 
+M2_DVIFILES = doc/m2.dvi
+
+m2.install-dvi: $(M2_DVIFILES)
+	@$(NORMAL_INSTALL)
+	test -z "$(dvidir)/gcc" || $(mkinstalldirs) "$(DESTDIR)$(dvidir)/gcc"
+	@list='$(M2_DVIFILES)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(dvi__strip_dir) \
+	  echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(dvidir)/gcc/$$f'"; \
+	  $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(dvidir)/gcc/$$f"; \
+	done
+
 doc/m2.ps: doc/m2.dvi
 	dvips -o $@ $<

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-05 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05 12:53 [gcc r14-9807] modula2: Add m2.install-dvi in gcc/m2/Make-lang.in Christophe Lyon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).