~oubiwann/pymite/issue_0054_duncan.mcgreggor_make_docs

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Duncan McGreggor
  • Date: 2009-12-17 08:09:54 UTC
  • Revision ID: duncan@canonical.com-20091217080954-vx273wtmf9kh88e9
Put the top-level docs targets back to using the -C parameter, now that the
errors that caused me to make the change originally are no longer manifesting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
html :
38
38
        $(MKDIR) docs/html
39
 
        cd docs/src; $(MAKE) html
 
39
        $(MAKE) -C docs/src html
40
40
 
41
41
latex :
42
42
        $(MKDIR) docs/latex
43
 
        cd docs/src; $(MAKE) latex
 
43
        $(MAKE) -C docs/src latex
44
44
 
45
45
pdf :
46
46
        $(MKDIR) docs/pdf
47
 
        cd docs/src; $(MAKE) pdf
 
47
        $(MAKE) -C docs/src pdf
48
48
 
49
49
indent :
50
50
        $(MAKE) -C src/vm indent