Skip to content

Commit

Permalink
Make PDF doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtambasco committed Jan 10, 2017
1 parent 41fdd84 commit 40156dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class camfr_build(build):
def run(self):

import os
#os.system("cd docs; make")

os.system("cd docs; make pdf")

os.system("scons")
os.system(strip_command)

Expand All @@ -35,17 +35,17 @@ def run(self):
# Byte-compile Python files.

scripts = []

for i in self.data_files:
for j in i[1]:
if j[-2:] == "py":
scripts.append(j)
i[1].append(j+'c')

byte_compile(scripts)

# Change install dir to library dir.

install_cmd = self.get_finalized_command('install')
self.install_dir = getattr(install_cmd, 'install_lib')

Expand Down

0 comments on commit 40156dc

Please sign in to comment.