~ubuntu-branches/ubuntu/saucy/yelp-xsl/saucy

« back to all changes in this revision

Viewing changes to doc/yelp-xsl/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-05-30 09:55:02 UTC
  • mfrom: (11.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130530095502-uqkc9bzuod7xqrmn
Tags: 3.8.1-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
369
369
@ENABLE_DOC_TRUE@         xsltproc --stringparam xsldoc.cache.file C/index.cache "$(srcdir)/xsldoc-check.xsl" "$$page" || exit 1; \
370
370
@ENABLE_DOC_TRUE@       done
371
371
 
372
 
gnome-doc-xslt-check-includes:
373
 
        @incs=`$(YELP_XSL_AWK) $(gnome_doc_xslt_includes) "$(srcdir)/C/gnome-doc-xslt.xml" | sort`; \
374
 
        xmls=`echo $(xsldoc_base) | sort`; \
375
 
        exs=""; \
376
 
        for xml in $$xmls; do \
377
 
          if echo "$$incs" | tr '\n' '\ ' | grep -v "\<$$xml\>" 1>/dev/null; then \
378
 
            exs="$$exs$$xml "; \
379
 
        fi; done; \
380
 
        if [ "x$$exs" != "x" ]; then \
381
 
          echo "gnome-doc-xslt.xml does not include the following reference pages: $$exs" 1>&2; \
382
 
          exit 1; \
383
 
        fi
384
 
gnome-doc-xslt-check-xsldoc: $(xsldoc_docs)
385
 
        @echo "Running xsldoc checks";
386
 
        @(echo "<xsldoc>"; cat $(xsldoc_docs); echo "</xsldoc>") \
387
 
        | xsltproc "$(srcdir)/xsldoc-check.xsl" - 1> /dev/null
388
 
 
389
372
.PHONY: xsldoc-clean
390
373
clean-local: xsldoc-clean
391
374
xsldoc-clean: