branch: externals/po-mode
commit c3b7fdfb11543a32ef4898f98fffbad60586b5c7
Author: Bruno Haible <[email protected]>
Commit: Bruno Haible <[email protected]>
po-mode: Add a HACKING file.
* gettext-tools/emacs/HACKING: New file.
* gettext-tools/emacs/Makefile.am (EXTRA_DIST): Add it.
---
HACKING | 12 ++++++++++++
Makefile.am | 5 ++---
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000000..8ee4330a5e
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,12 @@
+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!
diff --git a/Makefile.am b/Makefile.am
index c80aa4c3e2..58a4da8d6d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,5 @@
## 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
@@ -18,7 +17,7 @@
## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.2 gnits
-EXTRA_DIST =
+EXTRA_DIST = HACKING
MOSTLYCLEANFILES =
CLEANFILES =
DISTCLEANFILES =