-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
all: # Make this the default target; it will be defined in Rules.
-# Get $(version) defined.
include ../Makeconfig
--include $(common-objpfx)version.mk
# Pattern for where message catalog object for language % gets installed.
mo-installed = $(inst_localedir)/%/LC_MESSAGES/$(domainname).mo
chmod 444 $@
linguas: $(pofiles:$(podir)/%=%)
- test ! -d CVS || cvs commit -m'Copied from $(podir)' $^
+ifeq ($(with-cvs),yes)
+ test ! -d CVS || cvs $(CVSOPTS) commit -m'Copied from $(podir)' $^
+endif
linguas.mo: $(pofiles:$(podir)/%.po=%.mo)
endif