From: Bruno Haible Date: Fri, 6 Oct 2023 11:18:02 +0000 (+0200) Subject: po-mode: Add a HACKING file. X-Git-Tag: v0.23~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd70cb2853a27b5106ac60beb35555f5091a3328;p=thirdparty%2Fgettext.git po-mode: Add a HACKING file. * gettext-tools/emacs/HACKING: New file. * gettext-tools/emacs/Makefile.am (EXTRA_DIST): Add it. --- diff --git a/gettext-tools/emacs/HACKING b/gettext-tools/emacs/HACKING new file mode 100644 index 000000000..8ee4330a5 --- /dev/null +++ b/gettext-tools/emacs/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/gettext-tools/emacs/Makefile.am b/gettext-tools/emacs/Makefile.am index c80aa4c3e..58a4da8d6 100644 --- a/gettext-tools/emacs/Makefile.am +++ b/gettext-tools/emacs/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 =