|
75 | 75 | to_update = [ |
76 | 76 | # FIXME - Disabled for now: we need to redo an automatic way |
77 | 77 | # of generating the magic info inside the rst. |
78 | | - #('doc/magic.tex', |
| 78 | + #('docs/magic.tex', |
79 | 79 | #['IPython/Magic.py'], |
80 | 80 | #"cd doc && ./update_magic.sh" ), |
81 | 81 |
|
82 | | - ('doc/ipython.1.gz', |
83 | | - ['doc/ipython.1'], |
84 | | - "cd doc && gzip -9c ipython.1 > ipython.1.gz"), |
| 82 | + ('docs/man/ipython.1.gz', |
| 83 | + ['docs/man/ipython.1'], |
| 84 | + "cd docs/man && gzip -9c ipython.1 > ipython.1.gz"), |
85 | 85 |
|
86 | | - ('doc/pycolor.1.gz', |
87 | | - ['doc/pycolor.1'], |
88 | | - "cd doc && gzip -9c pycolor.1 > pycolor.1.gz"), |
| 86 | + ('docs/man/pycolor.1.gz', |
| 87 | + ['docs/man/pycolor.1'], |
| 88 | + "cd docs/man && gzip -9c pycolor.1 > pycolor.1.gz"), |
89 | 89 | ] |
90 | 90 |
|
91 | 91 | # Only build the docs is sphinx is present |
|
101 | 101 | # The do_sphinx scripts builds html and pdf, so just one |
102 | 102 | # target is enough to cover all manual generation |
103 | 103 | # to_update.append( |
104 | | - # ('doc/manual/ipython.pdf', |
105 | | - # ['IPython/Release.py','doc/source/ipython.rst'], |
| 104 | + # ('docs/manual/ipython.pdf', |
| 105 | + # ['IPython/Release.py','docs/source/ipython.rst'], |
106 | 106 | # "cd docs && python do_sphinx.py") |
107 | 107 | # ) |
108 | 108 | [ target_update(*t) for t in to_update ] |
|
0 commit comments