twoscoops / two-scoops-of-django-1.11

The issue tracker, changelog, and code repository for Two Scoops of Django 1.11
https://www.twoscoopspress.com/products/two-scoops-of-django-1-11
408 stars 68 forks source link

Strange characters in PDF example 30.1: Makefile #67

Closed ImplicitCoder closed 7 years ago

ImplicitCoder commented 7 years ago

Location within the Book

Example 30.1: Makefile for Multiple Requirements Files

Description

Makefile examples displays ^^I I suppose these should be tabs?

Used PDF reader: Okular 0.20.2 - KDE development platform 4.14.2 3.16.0-38-generic #52~14.04.1-Ubuntu SMP

See screenshot attached:

scoops_strange_chars

# Makefile
deploystaging:
^^Iecho -r requirements/staging.txt > requirements.txt
^^Igit commit -am "Requirements change for staging deployment"
^^Igit push heroku master
 # For heroku or other 'git push' deployments
^^Ieb deploy
 # For Elastic Beanstalk or other command deployments
^^Iecho -r requirements/production.txt > requirements.txt
^^Igit commit -am "Change back to production requirements"
pydanny commented 7 years ago

Duplicate of #61