standard target is the template

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2346 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-04 20:28:54 +00:00
parent ac8490ce54
commit b3d9544b82

View file

@ -11,6 +11,8 @@ LFILE = LC_MESSAGES/$(PACKAGE).mo
# defined language (add new languages here)
LANGUAGES = de fr nl es
all: template
mofiles:
@for la in $(LANGUAGES); do \
if [ ! -d $(LDIR)/$$la/LC_MESSAGES ]; then \