summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-02-02 20:09:21 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-02-02 20:09:21 +0000
commit441bdeb14810795e5c5b1d94635fb34077d4086b (patch)
tree33f131f16d6f43eae02b1c0b969435b580800b12
parent08b7b6846f65311ac5b93303f558c95b7eb90839 (diff)
downloadgnome-doc-utils-441bdeb14810795e5c5b1d94635fb34077d4086b.tar.gz
- Changed rnc to rng
* spec/Makefile: - Changed rnc to rng svn path=/trunk/; revision=880
-rw-r--r--sandbox/mallard/ChangeLog5
-rw-r--r--sandbox/mallard/spec/Makefile4
2 files changed, 7 insertions, 2 deletions
diff --git a/sandbox/mallard/ChangeLog b/sandbox/mallard/ChangeLog
index daf170c..155b29d 100644
--- a/sandbox/mallard/ChangeLog
+++ b/sandbox/mallard/ChangeLog
@@ -1,5 +1,10 @@
2007-02-02 Shaun McCance <shaunm@gnome.org>
+ * spec/Makefile:
+ - Changed rnc to rng
+
+2007-02-02 Shaun McCance <shaunm@gnome.org>
+
* html/Makefile:
- Adding Makefile to build html versions
diff --git a/sandbox/mallard/spec/Makefile b/sandbox/mallard/spec/Makefile
index df816e3..14c57d8 100644
--- a/sandbox/mallard/spec/Makefile
+++ b/sandbox/mallard/spec/Makefile
@@ -1,8 +1,8 @@
.PHONY: check-validate check-links
check-validate:
- @(cd ../rnc/ && $(MAKE) mallard.rnc)
- xmllint --noout --relaxng ../rnc/mallard.rng *.xml
+ @(cd ../rng/ && $(MAKE) mallard.rnc)
+ xmllint --noout --relaxng ../rng/mallard.rng *.xml
check-links:
@files=$$(for file in *.xml; do \