16 lines
466 B
Makefile
16 lines
466 B
Makefile
# \file locale\language.sh
|
|
# \brief Makefile for gettext language files
|
|
# \author Jack Weeland, Core|Vision
|
|
# \version $Release$
|
|
# \date $Date: 2015-11-10 12:14:44 +0100 (Tue, 10 Nov 2015) $
|
|
#
|
|
# This file contains scripts which automatically compiles gettext files.
|
|
# This to support multiple languages. This script also reload the http deamon.
|
|
#
|
|
# Makefile for gettext language files.
|
|
# For some reason it is irresistable to type 'make' :-)
|
|
#
|
|
|
|
all:
|
|
./language.sh
|