# HG changeset patch # User Faheem Mitha # Date 1526734596 -19800 # Node ID 9fa3585b160f96a3ec3fdca822318610462c09f4 # Parent 4a70392f1723c9e31d8b7fa68b2fc942d024901d debian: add line to clean-docs target to delete additional docs file diff -r 4a70392f1723 -r 9fa3585b160f debian/rules --- a/debian/rules Mon May 14 15:25:38 2018 -0700 +++ b/debian/rules Sat May 19 18:26:36 2018 +0530 @@ -30,3 +30,4 @@ rm -rf html rm -f docs/static/logo-evolve.ico rm -f docs/tutorials/tutorial.rst + rm -f docs/tutorials/topic-tutorial.rst