File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959override_dh_auto_clean :
6060 dh_auto_clean
6161 py3clean .
62- if [ -r src/Makefile.inc -a -r src/config.status ]; then cd src && $( MAKE) clean modclean -s; fi
62+ if [ -r src/Makefile.inc -a -r src/config.status ]; then $( MAKE) -C src clean -s; fi
6363 rm -f Makefile.inc
6464 rm -f src/config.log src/config.status
6565 rm -f $(for i in $(find . -name "*.in" ) ; do basename $i .in; done )
Original file line number Diff line number Diff line change @@ -328,12 +328,12 @@ docs: manpages
328328manpages: $(GENERATED_MANPAGES)
329329
330330clean: clean-manpages clean-translated
331+ find $(DOC_SRCDIR) -name index*db -delete
331332clean-manpages:
332333 -rm -f $(GENERATED_MANPAGES)
333334clean-translated:
334335 -$(RM) -r $(GENERATED_TRANSLATED)
335336
336-
337337DOTFILES=$(shell find . -name "*.dot") $(shell find ../docs/src/ -name "*.dot")
338338.PHONY: svgs_made_from_dots
339339svgs_made_from_dots: $(DOTFILES:.dot=.svg)
You can’t perform that action at this time.
0 commit comments