windows.sh
author David Douard <david.douard@logilab.fr>
Mon, 03 Nov 2014 11:12:35 +0100
changeset 371 e9ce904b62a9
parent 347 301479a4acdf
permissions -rw-r--r--
[test] add unit tests for ruleset We extract the rules building logic from readfile into a Ruleset.buildrules() method to ease testing.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
347
301479a4acdf Initial notes and work towards a Windows install
Tom Parker<palfrey@lshift.net>
parents:
diff changeset
     1
#!/bin/sh
301479a4acdf Initial notes and work towards a Windows install
Tom Parker<palfrey@lshift.net>
parents:
diff changeset
     2
301479a4acdf Initial notes and work towards a Windows install
Tom Parker<palfrey@lshift.net>
parents:
diff changeset
     3
DOCBOOK_XSL=/usr/share/sgml/docbook/xsl-stylesheets make $@
301479a4acdf Initial notes and work towards a Windows install
Tom Parker<palfrey@lshift.net>
parents:
diff changeset
     4