File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,17 @@ Update & translation of the [API on Rails (EN)](http://apionrails.icalialabs.com
12
12
$ git clone https://github.com/madeindjs/api_on_rails/
13
13
$ cd api_on_rails
14
14
$ bundle install
15
- $ rake build:pdf:fr
15
+ $ rake build:pdf[fr]
16
16
~~~
17
17
18
18
You can see all build available with ` rake -T `
19
19
20
20
~~~ bash
21
21
$ rake -T
22
- rake build:epub3:en # Build an english EPUB version
23
- rake build:epub3:fr # Build a french EPUB version
24
- rake build:mobi:en # Build an english EPUB version
25
- rake build:mobi:fr # Build a french EPUB version
26
- rake build:pdf:en # Build an english PDF version / Build an english HTML version
27
- rake build:pdf:fr # Build a french PDF version / Build a french HTML version
22
+ rake build:epub[lang] # Build an EPUB version
23
+ rake build:html[lang] # Build an HTML version
24
+ rake build:mobi[lang] # Build a MOBI version
25
+ rake build:pdf[lang] # Build a PDF version
28
26
~~~
29
27
30
28
## License
You can’t perform that action at this time.
0 commit comments