Skip to content

Commit

Permalink
Also make doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Mar 26, 2017
1 parent e83bf6d commit 2ecb26a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.docker-file
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /tmp/liquidsoap-full

ARG TRAVIS_COMMIT

RUN eval $(opam config env) && make update && cd liquidsoap && git checkout $TRAVIS_COMMIT && cd .. && ./bootstrap && ./configure && make clean && make
RUN eval $(opam config env) && make update && cd liquidsoap && git checkout $TRAVIS_COMMIT && cd .. && ./bootstrap && ./configure && make clean && make && make doc

WORKDIR /tmp/liquidsoap-full/liquidsoap

Expand Down
2 changes: 1 addition & 1 deletion doc/protocols_to_liqi.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/local/bin/perl -w

use strict ;
use XML::DOM ;
Expand Down
2 changes: 1 addition & 1 deletion doc/reference_to_liqi.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/local/bin/perl -w

use strict ;
use XML::DOM ;
Expand Down

0 comments on commit 2ecb26a

Please sign in to comment.