]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
po-mode: Add a HACKING file.
authorBruno Haible <bruno@clisp.org>
Fri, 6 Oct 2023 11:18:02 +0000 (13:18 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Oct 2023 14:24:55 +0000 (16:24 +0200)
* gettext-tools/emacs/HACKING: New file.
* gettext-tools/emacs/Makefile.am (EXTRA_DIST): Add it.

gettext-tools/emacs/HACKING [new file with mode: 0644]
gettext-tools/emacs/Makefile.am

diff --git a/gettext-tools/emacs/HACKING b/gettext-tools/emacs/HACKING
new file mode 100644 (file)
index 0000000..8ee4330
--- /dev/null
@@ -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!
index c80aa4c3e251cd49dea88713d3a2e0d52730aa2c..58a4da8d6df6344af6dab442c44aeeba349194c3 100644 (file)
@@ -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 =