recipe for target 'clean-sphinx' failed: doc/es *** No rule to make target 'clean'.
Bug #1540333 reported by
Richard Wilbur
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
In Progress
|
High
|
Richard Wilbur |
Bug Description
Trying to rebuild documentation to test changes and can't `make clean-sphinx`.
Turns out the doc/??/Makefile 's are deduplicated by being copied from doc/en/
The fix is not hard: the clean-sphinx rule simply needs to list the Makefiles it wants to use as dependencies.
Related branches
lp://qastaging/~richard-wilbur/bzr/1540333-makefiles
- Vincent Ladeuil: Pending requested
-
Diff: 149 lines (+24/-45)2 files modifiedMakefile (+20/-41)
doc/ru/_static/ru/Makefile (+4/-4)
Changed in bzr: | |
status: | New → In Progress |
Changed in bzr: | |
milestone: | 2.7.0 → 2.8b1 |
To post a comment you must log in.
Getting warning about circular dependency from doc/en/Makefile and doc/en/make.bat
The fix is to replace wildcard in rule targets (doc/%/Makefile, doc/%/make.bat) with a list made from doc/* directories excluding doc/en.