Add a clean rule for html_blocks.c to match our build rule

This commit is contained in:
Ximin Luo 2016-08-12 15:51:30 +02:00
parent 9bdca5cfee
commit ee41b67915

1
debian/rules vendored
View File

@ -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: