mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added missing install-i18n to the install target in the Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -4,7 +4,7 @@
|
||||
# See the main source file 'vdr.c' for copyright information and
|
||||
# how to reach the author.
|
||||
#
|
||||
# $Id: Makefile 1.102 2007/08/11 12:26:12 kls Exp $
|
||||
# $Id: Makefile 1.103 2007/08/12 20:36:34 kls Exp $
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
@@ -157,7 +157,7 @@ clean-plugins:
|
||||
|
||||
# Install the files:
|
||||
|
||||
install: install-bin install-conf install-doc install-plugins
|
||||
install: install-bin install-conf install-doc install-plugins install-i18n
|
||||
|
||||
# VDR binary:
|
||||
|
||||
|
Reference in New Issue
Block a user