Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: make clean and make update do not delete or update Doc/tools #51851

Closed
florentx mannequin opened this issue Dec 30, 2009 · 2 comments
Closed

Doc: make clean and make update do not delete or update Doc/tools #51851

florentx mannequin opened this issue Dec 30, 2009 · 2 comments
Assignees
Labels
build The build process and cross-build docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@florentx
Copy link
Mannequin

florentx mannequin commented Dec 30, 2009

BPO 7602
Nosy @birkenfeld, @florentx

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2009-12-30.18:36:17.083>
created_at = <Date 2009-12-30.17:26:16.891>
labels = ['type-bug', 'build', 'docs']
title = 'Doc: make clean and make update do not delete or update Doc/tools'
updated_at = <Date 2009-12-30.18:36:17.082>
user = 'https://github.com/florentx'

bugs.python.org fields:

activity = <Date 2009-12-30.18:36:17.082>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-12-30.18:36:17.083>
closer = 'georg.brandl'
components = ['Build', 'Documentation']
creation = <Date 2009-12-30.17:26:16.891>
creator = 'flox'
dependencies = []
files = []
hgrepos = []
issue_num = 7602
keywords = []
message_count = 2.0
messages = ['97046', '97049']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'flox']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue7602'
versions = ['Python 2.6', 'Python 3.1', 'Python 2.7', 'Python 3.2']

@florentx
Copy link
Mannequin Author

florentx mannequin commented Dec 30, 2009

In the Doc/ directory, the "make ..." commands do not behave as expected.

*make clean*
It should remove all tools in "tools" directory: docutils, jinja2,
pygments, sphinx.
Currently it removes only "tools/sphinx"

make update
It is supposed to "update the Subversion checkouts in tools/".
Basically, it does "svn update" for each 4 external tools.
But it is pointless, since these directory are sticked to tag versions.
IMHO, it should be an alias for:
"make clean && make checkout" (if make clean is fixed)

@florentx florentx mannequin assigned birkenfeld Dec 30, 2009
@florentx florentx mannequin added build The build process and cross-build docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Dec 30, 2009
@birkenfeld
Copy link
Member

Fixed in r77152.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant