diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-12 20:38:10 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-12 20:38:10 +0200 |
commit | 310c5dc75732acd5aa52477a532dcaf8514af75b (patch) | |
tree | ac8e00fb0efbe4c001acca3f64612d5e35183600 /Makefile | |
parent | 1c7f9c81b495dfd367b0c947f09cfde819fa1ea3 (diff) | |
download | vdr-310c5dc75732acd5aa52477a532dcaf8514af75b.tar.gz vdr-310c5dc75732acd5aa52477a532dcaf8514af75b.tar.bz2 |
Added missing install-i18n to the install target in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |