make_bundled_docs.sh 2.8 KB

12345678910111213141516171819202122232425
  1. #!/bin/sh
  2. xsltproc bundled_docs.xslt ../../docs/source/en/simple_test.xml > ../../docs/en/index.html
  3. xsltproc bundled_docs.xslt ../../docs/source/en/overview.xml > ../../docs/en/overview.html
  4. xsltproc bundled_docs.xslt ../../docs/source/en/unit_test_documentation.xml > ../../docs/en/unit_test_documentation.html
  5. xsltproc bundled_docs.xslt ../../docs/source/en/group_test_documentation.xml > ../../docs/en/group_test_documentation.html
  6. xsltproc bundled_docs.xslt ../../docs/source/en/mock_objects_documentation.xml > ../../docs/en/mock_objects_documentation.html
  7. xsltproc bundled_docs.xslt ../../docs/source/en/partial_mocks_documentation.xml > ../../docs/en/partial_mocks_documentation.html
  8. xsltproc bundled_docs.xslt ../../docs/source/en/reporter_documentation.xml > ../../docs/en/reporter_documentation.html
  9. xsltproc bundled_docs.xslt ../../docs/source/en/expectation_documentation.xml > ../../docs/en/expectation_documentation.html
  10. xsltproc bundled_docs.xslt ../../docs/source/en/web_tester_documentation.xml > ../../docs/en/web_tester_documentation.html
  11. xsltproc bundled_docs.xslt ../../docs/source/en/form_testing_documentation.xml > ../../docs/en/form_testing_documentation.html
  12. xsltproc bundled_docs.xslt ../../docs/source/en/authentication_documentation.xml > ../../docs/en/authentication_documentation.html
  13. xsltproc bundled_docs.xslt ../../docs/source/en/browser_documentation.xml > ../../docs/en/browser_documentation.html
  14. xsltproc bundled_docs.xslt ../../docs/source/fr/simple_test.xml > ../../docs/fr/index.html
  15. xsltproc bundled_docs.xslt ../../docs/source/fr/overview.xml > ../../docs/fr/overview.html
  16. xsltproc bundled_docs.xslt ../../docs/source/fr/unit_test_documentation.xml > ../../docs/fr/unit_test_documentation.html
  17. xsltproc bundled_docs.xslt ../../docs/source/fr/group_test_documentation.xml > ../../docs/fr/group_test_documentation.html
  18. xsltproc bundled_docs.xslt ../../docs/source/fr/mock_objects_documentation.xml > ../../docs/fr/mock_objects_documentation.html
  19. xsltproc bundled_docs.xslt ../../docs/source/fr/partial_mocks_documentation.xml > ../../docs/fr/partial_mocks_documentation.html
  20. xsltproc bundled_docs.xslt ../../docs/source/fr/reporter_documentation.xml > ../../docs/fr/reporter_documentation.html
  21. xsltproc bundled_docs.xslt ../../docs/source/fr/expectation_documentation.xml > ../../docs/fr/expectation_documentation.html
  22. xsltproc bundled_docs.xslt ../../docs/source/fr/web_tester_documentation.xml > ../../docs/fr/web_tester_documentation.html
  23. xsltproc bundled_docs.xslt ../../docs/source/fr/form_testing_documentation.xml > ../../docs/fr/form_testing_documentation.html
  24. xsltproc bundled_docs.xslt ../../docs/source/fr/authentication_documentation.xml > ../../docs/fr/authentication_documentation.html
  25. xsltproc bundled_docs.xslt ../../docs/source/fr/browser_documentation.xml > ../../docs/fr/browser_documentation.html