emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 67d6ff9d06 1/5: Add files to website that are


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 67d6ff9d06 1/5: Add files to website that are linked from README.md (#195)
Date: Thu, 12 May 2022 13:57:46 -0400 (EDT)

branch: externals/hyperbole
commit 67d6ff9d06f2f0d82f8856cf83c01a72b2c5aa50
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Add files to website that are linked from README.md (#195)
---
 ChangeLog           |  5 +++++
 hypb-maintenance.el | 11 ++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4a406e459f..e02c1d6be0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-05-02  Mats Lidell  <matsl@gnu.org>
+
+* hypb-maintenance.el (hypb:web-repo-update): Add files to website that
+    are linked from hyperbole.html. i.e. README.md.
+
 2022-05-01  Bob Weiner  <rsw@gnu.org>
 
 * Update release number to 8.0.0.
diff --git a/hypb-maintenance.el b/hypb-maintenance.el
index ac79b7a9ba..1f99ad40d0 100644
--- a/hypb-maintenance.el
+++ b/hypb-maintenance.el
@@ -3,9 +3,9 @@
 ;; Author:       Mats Lidell <matsl@gnu.org>
 ;;
 ;; Orig-Date:    31-Mar-21 at 21:11:00
-;; Last-Mod:     12-Mar-22 at 15:14:34 by Bob Weiner
+;; Last-Mod:      2-May-22 at 00:11:09 by Mats Lidell
 ;;
-;; Copyright (C) 1991-2021  Free Software Foundation, Inc.
+;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
 ;; This file is part of GNU Hyperbole.
@@ -61,10 +61,15 @@ Point `hypb:web-repo-location' to where the web repo is 
located."
   ;; hyperbole.html
   (copy-file "README.md.html" (concat hypb:web-repo-location "hyperbole.html") 
t)
 
-  ;; DEMO DEMO-ROLO.otl
+  ;; DEMO DEMO-ROLO.otl HY-ABOUT INSTALL HY-COPY COPYING MANIFEST
   (copy-file "DEMO" hypb:web-repo-location t)
   (copy-file "DEMO-ROLO.otl" hypb:web-repo-location t)
   (copy-file "FAST-DEMO" hypb:web-repo-location t)
+  (copy-file "HY-ABOUT" hypb:web-repo-location t)
+  (copy-file "INSTALL" hypb:web-repo-location t)
+  (copy-file "HY-COPY" hypb:web-repo-location t)
+  (copy-file "COPYING" hypb:web-repo-location t)
+  (copy-file "MANIFEST" hypb:web-repo-location t)
 
   ;; man recursive
   (copy-directory "man" hypb:web-repo-location nil t nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]