Whamcloud - gitweb
LUDOC-11 proc: minor clarification of readahead params
[doc/manual.git] / Makefile
index b829e94..4fee398 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,18 +14,26 @@ CHUNKED_HTML=chunked-html
 
 RNG_UBN=/usr/share/xml/docbook/schema/rng/5.0/docbookxi.rng
 RNG_REL=/usr/share/xml/docbook5/schema/rng/5.0/docbookxi.rng
+RNG_BREW=/usr/local/opt/docbook/docbook/xml/5.0/rng/docbookxi.rng
 RNG_MAC=/opt/local/share/xml/docbook/5.0/rng/docbookxi.rng
 RNG=$(or $(shell ls $(RNG_UBN) 2> /dev/null), \
         $(shell ls $(RNG_REL) 2> /dev/null), \
+        $(shell ls $(RNG_BREW) 2> /dev/null),\
         $(shell ls $(RNG_MAC) 2> /dev/null))
 XSL_UBN=/usr/share/xml/docbook/stylesheet/docbook-xsl-ns
 XSL_REL=/usr/share/sgml/docbook/xsl-ns-stylesheets-1.75.2
 XSL_F16=/usr/share/sgml/docbook/xsl-ns-stylesheets
+XSL_SLE=/usr/share/xml/docbook/stylesheet/nwalsh5/current
+XSL_BREW=/usr/local/opt/docbook-xsl/docbook-xsl
 XSL_MAC=/opt/local/share/xsl/docbook-xsl
+XSL_MAC2=/opt/local/share/xsl/docbook-xsl-nons
 XSL=$(or $(shell ls -d $(XSL_UBN) 2> /dev/null), \
         $(shell ls -d $(XSL_REL) 2> /dev/null), \
         $(shell ls -d $(XSL_F16) 2> /dev/null), \
-        $(shell ls -d $(XSL_MAC) 2> /dev/null))
+        $(shell ls -d $(XSL_SLE) 2> /dev/null), \
+        $(shell ls -d $(XSL_BREW) 2> /dev/null),\
+        $(shell ls -d $(XSL_MAC) 2> /dev/null),\
+        $(shell ls -d $(XSL_MAC2) 2> /dev/null))
 PRIMARYXSL=$(XSL)/$(subst $(TGT_BASE).,,$@)/docbook.xsl
 PRIMARYCHUNKXSL=$(XSL)/html/chunkfast.xsl
 
@@ -100,7 +108,7 @@ diff: $(TGT_BASE).xhtml $(TGT_MASTER).xhtml
 
 .PHONY: push
 push:
-       git push ssh://review.hpdd.intel.com:29418/doc/manual HEAD:refs/for/master
+       git push ssh://review.whamcloud.com:29418/doc/manual HEAD:refs/for/master
 
 .PHONY: clean
 clean: