branch: externals/hyperbole commit 67d6ff9d06f2f0d82f8856cf83c01a72b2c5aa50 Author: Mats Lidell <mats.lid...@lidells.se> Commit: GitHub <nore...@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 <ma...@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 <r...@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 <ma...@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)