Skip to content

Commit

Permalink
english -> English
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Jun 26, 2014
1 parent cb32d98 commit aefabd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DEST = website
# Clone the en/Makefile everywhere.
SPHINX_DEPENDENCIES = $(foreach lang, $(LANGS), $(lang)/Makefile)

# Copy-paste the english Makefile everwhere its needed.
# Copy-paste the English Makefile everwhere its needed.
%/Makefile: en/Makefile
cp $< $@

Expand Down
4 changes: 2 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ After installing the required packages, you can build the documentation using `m
# Create all the HTML docs. Including all the languages.
make html

# Create just the english HTML docs.
# Create just the English HTML docs.
make html-en

# Create all the EPUB (e-book) docs.
make epub

# Create just the engish EPUB docs.
# Create just the English EPUB docs.
make epub-en

# Populate the search index
Expand Down

0 comments on commit aefabd2

Please sign in to comment.