Mercurial > evolve
comparison debian/rules @ 5406:187bd6ade465
packaging: move docs cleanup target from debian/rules to docs/makefile
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 12 Jul 2020 20:31:02 +0800 |
parents | cac7e750422f |
children | 95500f2f0966 |
comparison
equal
deleted
inserted
replaced
5405:175bb63ba111 | 5406:187bd6ade465 |
---|---|
28 override_dh_python3: | 28 override_dh_python3: |
29 # avoid conflict with mercurial's own hgext3rd/__init__.py | 29 # avoid conflict with mercurial's own hgext3rd/__init__.py |
30 find debian -path '*/hgext3rd/__init__.py' -delete | 30 find debian -path '*/hgext3rd/__init__.py' -delete |
31 dh_python3 | 31 dh_python3 |
32 | 32 |
33 override_dh_auto_clean: clean-docs | 33 override_dh_auto_clean: |
34 dh_auto_clean | 34 dh_auto_clean |
35 rm -f tests/*.err | 35 rm -f tests/*.err |
36 | 36 $(MAKE) -C docs clean |
37 clean-docs: | |
38 rm -rf html | |
39 rm -f docs/static/logo-evolve.ico | |
40 rm -f docs/tutorials/tutorial.rst | |
41 rm -f docs/tutorials/topic-tutorial.rst |