aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkdiff')
-rwxr-xr-xscripts/mkdiff4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/mkdiff b/scripts/mkdiff
index 9c7e3a4a7..f17979383 100755
--- a/scripts/mkdiff
+++ b/scripts/mkdiff
@@ -9,6 +9,10 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# Please note that this script is now maintained outside of GNUPG.
+# To get the most up to date version use
+# cvs -d :pserver:[email protected]:/cvs/wk checkout misc-scripts/mkdiff
+
if [ $# != 1 ] ; then
echo "usage: mkdiff package-name" >&2
exit 1