Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
philshafer committed Apr 21, 2017
2 parents 215947c + 9d3e657 commit 26a860f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions bin/new-release
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ cd $GIT_DIR/build
run "configure" "../configure $CONFIGURE_OPTS"
run "build and test" \
"make clean && make && make install && make test && make dist"
run "make distcheck" "make distcheck"
run "Commit any changes" "gt commit"
run "upload any documentation changes to gh-pages/" "make upload"
Expand Down
2 changes: 1 addition & 1 deletion doc/oxtradoc/oxtradoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ sub start_org_table {
print " title=\"", esc($title), "\"" if $title;
print "\>\n";
$org_header = 0;
org_table_header() unless $line =~ /^\--/;
org_table_header() unless $line =~ /^\|?--/;
}

sub org_table_header {
Expand Down
4 changes: 2 additions & 2 deletions doc/slax.txt
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ referenced using their name prefixed by the dollar sign.
match / {
<outer> {
apply-templates configuration/system {
with $host=configuration/system/host-name;
with $host = configuration/system/host-name;
}
}
}
Expand All @@ -491,7 +491,7 @@ referenced using their name prefixed by the dollar sign.
* generated, which contains the value of the host parameter.
*/
match system {
param $name = host;
param $host;
<inner> $host;
}

Expand Down

0 comments on commit 26a860f

Please sign in to comment.