summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-16 14:02:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-16 14:04:15 +0200
commit0c0ff7c0251f1e475d86a2f4885c06642ea43c9c (patch)
tree2053b7b2881100670330daddd005a62f25206e1f /bin
parent8f2d1ff0f745b056799a783ca973bd6d579b5bfc (diff)
add some comments to convwatch script
explanation courtesy of caolan Change-Id: Ic34d5f863bf20188556836acbbcaccba5eab5ce3
Diffstat (limited to 'bin')
-rw-r--r--bin/convwatch.py4
1 files changed, 4 insertions, 0 deletions
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