[gnome-doc-utils/mallard: 52/87] Fixing paths in Makefile



commit a84a999541118965143a37e0996c3598c0356ad3
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Dec 1 12:13:52 2008 -0600

    Fixing paths in Makefile
---
 doc/mallard/C/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/mallard/C/Makefile b/doc/mallard/C/Makefile
index 26747d0..34eb614 100644
--- a/doc/mallard/C/Makefile
+++ b/doc/mallard/C/Makefile
@@ -3,8 +3,8 @@ pages=$(filter-out legal.xml, $(wildcard *.xml))
 .PHONY: check-validate check-links status-report
 
 check-validate:
-	@(cd ../rng/ && $(MAKE) mallard.rnc)
-	xmllint --xinclude --noout --relaxng ../rng/mallard.rng $(pages)
+	@(cd ../../../rng/mallard && $(MAKE) mallard.rnc)
+	xmllint --xinclude --noout --relaxng ../../../rng/mallard/mallard.rng $(pages)
 
 check-links:
 	@files=$$(for page in $(pages); do \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]