* gettext-tools/emacs/HACKING: New file.
* gettext-tools/emacs/Makefile.am (EXTRA_DIST): Add it.
--- /dev/null
+This directory gets automatically mirrored at
+
+ https://github.com/emacsmirror/po-mode/
+
+where users can enable it by putting this into their Emacs initialization file
+(cf. https://www.emacswiki.org/emacs/InitFile and
+https://github.com/melpa/melpa/blob/master/README.md ):
+
+ (require 'package)
+ (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
+
+Therefore, don't make untested changes in this directory!
## Makefile for the gettext-tools/emacs subdirectory of GNU gettext
-## Copyright (C) 1995-1997, 2000-2003, 2005-2007, 2009-2010, 2019 Free
-## Software Foundation, Inc.
+## Copyright (C) 1995-2023 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.2 gnits
-EXTRA_DIST =
+EXTRA_DIST = HACKING
MOSTLYCLEANFILES =
CLEANFILES =
DISTCLEANFILES =