From 0c0ff7c0251f1e475d86a2f4885c06642ea43c9c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 16 Jan 2020 14:02:58 +0200 Subject: add some comments to convwatch script explanation courtesy of caolan Change-Id: Ic34d5f863bf20188556836acbbcaccba5eab5ce3 --- bin/convwatch.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/convwatch.py') diff --git a/bin/convwatch.py b/bin/convwatch.py index 55849fdfb081..aeff93fdd42c 100644 --- a/bin/convwatch.py +++ b/bin/convwatch.py @@ -6,6 +6,10 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # +# Conversion watch, initially intended to detect if document layout changed since the last time it was run. +# +# Print a set of docs, compare the ps (or was it pdf) against the old run and highlight the different pieces +# import getopt import os -- cgit