Merge branch 'ns/makefile-learn-to-remove-html-files' into next
Conflicts: Changelog.draft.rst
This commit is contained in:
commit
429cf53166
@ -23,6 +23,7 @@ Bug Fixes
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
* Makefile: docutils: work whether python extension is stripped or not
|
* Makefile: docutils: work whether python extension is stripped or not
|
||||||
|
* Makefile: clean now removes HTML documentation files
|
||||||
|
|
||||||
|
|
||||||
Pending for the next major release
|
Pending for the next major release
|
||||||
|
2
Makefile
2
Makefile
@ -35,9 +35,9 @@ clean:
|
|||||||
-find . -name '*.pygc' -exec rm -f {} \;
|
-find . -name '*.pygc' -exec rm -f {} \;
|
||||||
-find . -name '*.class' -exec rm -f {} \;
|
-find . -name '*.class' -exec rm -f {} \;
|
||||||
-find . -name '.cache*' -exec rm -f {} \;
|
-find . -name '.cache*' -exec rm -f {} \;
|
||||||
|
-find . -name '*.html' -exec rm -f {} \;
|
||||||
-rm -f manpage.links manpage.refs
|
-rm -f manpage.links manpage.refs
|
||||||
-find . -name auth -exec rm -vf {}/password {}/username \;
|
-find . -name auth -exec rm -vf {}/password {}/username \;
|
||||||
-rm -f readme.html
|
|
||||||
@$(MAKE) -C docs clean
|
@$(MAKE) -C docs clean
|
||||||
|
|
||||||
man:
|
man:
|
||||||
|
Loading…
Reference in New Issue
Block a user