From 54e2d897a6470167d1922f17e86ae16067408f16 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 4 Apr 2024 21:48:12 +0000 Subject: Add missing install-dvi and install-ps Makefie targets. For some reason, these targets are missing although others from the same family are present. This looks like an oversight. This enables calling 'make install-dvi' from the top-level build directory. --- gas/po/Make-in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/po') diff --git a/gas/po/Make-in b/gas/po/Make-in index 096040e..7009227 100644 --- a/gas/po/Make-in +++ b/gas/po/Make-in @@ -113,7 +113,9 @@ install: install-exec install-data install-exec: install-info: install-html: +install-dvi: install-pdf: +install-ps: install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all -- cgit v1.1