Changed directory listing unicode output to ascii so that make latexpdf works

and pdf builds can pass.
This commit is contained in:
giovtorres 2015-03-09 14:26:28 -04:00
commit 8378c0df5e
3 changed files with 49 additions and 49 deletions

View file

@ -102,14 +102,14 @@ following hierarchy (except for *pages* — shown in parentheses below — which
can optionally add yourself if you plan to create non-chronological content)::
yourproject/
├── content
│   └── (pages)
├── output
├── develop_server.sh
├── fabfile.py
├── Makefile
├── pelicanconf.py # Main settings file
└── publishconf.py # Settings to use when ready to publish
|-- content
|   `-- (pages)
|-- output
|-- develop_server.sh
|-- fabfile.py
|-- Makefile
|-- pelicanconf.py # Main settings file
`-- publishconf.py # Settings to use when ready to publish
The next step is to begin to adding content to the *content* folder that has
been created for you.