[gimp-help-2] [make] Add new command 'make validate-all'
- From: Ulf-D. Ehlert <ulfehlert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] [make] Add new command 'make validate-all'
- Date: Wed, 6 Jun 2012 18:40:14 +0000 (UTC)
commit 07355edb39337b4e1d9bbf9c7e5ff066e48ee5af
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date: Wed Jun 6 20:39:31 2012 +0200
[make] Add new command 'make validate-all'
Makefile.GNU | 1 +
Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.GNU b/Makefile.GNU
index c66fff2..b6975ed 100644
--- a/Makefile.GNU
+++ b/Makefile.GNU
@@ -577,6 +577,7 @@ images-%: xml/%/images html/%/images ;
validate: validate-en ;
validate-%: xmllint-% ;
+validate-all: $(foreach LANG,$(LANGUAGES),validate-$(LANG)) ;
xmllint: xmllint-en ;
xmllint-%: log/%-xmllint.log
diff --git a/Makefile.am b/Makefile.am
index 3dfe411..0f3fd10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -665,6 +665,7 @@ xml: $(foreach LANG,$(LANGUAGES),xml-$(LANG)) ;
validate: validate-en ;
validate-%: xmllint-% ;
+validate-all: $(foreach LANG,$(LANGUAGES),validate-$(LANG)) ;
xmllint: xmllint-en ;
xmllint-%: log/%-xmllint.log
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]