From ee41b6791541889bf79cc43df29eea65b137ddd1 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Fri, 12 Aug 2016 15:51:30 +0200 Subject: [PATCH] Add a clean rule for html_blocks.c to match our build rule --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 796bc5fbf3..99cb788ef3 100755 --- a/debian/rules +++ b/debian/rules @@ -116,6 +116,7 @@ override_dh_auto_clean: $(PMAKE) clean-all; \ $(RM) Makefile config.stamp config.mk; \ fi + $(RM) src/rt/hoedown/src/html_blocks.c # clean up after building this ourselves $(RM) src/bootstrap/bootstrap.pyc override_dh_auto_build-arch: