diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-30 06:34:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-30 06:34:16 +0000 |
commit | 176a02c5d977e562203f6f51b0722b535dd381b7 (patch) | |
tree | 55a463adc2e75c547288f48aa54d831f84406921 /po | |
parent | c6836cfddab1cefdec33a014b11190a6a445b000 (diff) | |
download | coreutils-176a02c5d977e562203f6f51b0722b535dd381b7.tar.xz |
(installcheck): New target.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 086e0ceb2..5d8f30977 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -116,6 +116,8 @@ stamp-cat-id: $(PACKAGE).pot cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id +installcheck: + install: install-exec install-data install-exec: install-data: all |