Remove obsolete file doc-tools-check-languages.conf

This file is not used by the current tools, remove it.

Change-Id: I7f3995a7f6344ff4314c0c1b13c313c894508206
This commit is contained in:
Andreas Jaeger 2015-11-25 14:12:19 +01:00
parent e4f25198ee
commit 5f434c88d3

View File

@ -1,18 +0,0 @@
# Example configuration for the language 'ja'
# Directories to set up
declare -A DIRECTORIES=(
["ja"]="training-guides"
)
# Books to build
declare -A BOOKS=(
["ja"]="training-guides"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
POM_FILE=""
# Location of doc dir
DOC_DIR="doc"