www-commits
[Top][All Lists]
Advanced

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

www/prep/gnumaint mkspotlight


From: Amin Bandali
Subject: www/prep/gnumaint mkspotlight
Date: Mon, 29 Jan 2024 21:44:20 -0500 (EST)

CVSROOT:        /web/www
Module name:    www
Changes by:     Amin Bandali <bandali>  24/01/29 21:44:20

Modified files:
        prep/gnumaint  : mkspotlight 

Log message:
        Small tweaks for prep/gnumaint/mkspotlight

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/prep/gnumaint/mkspotlight?cvsroot=www&r1=1.7&r2=1.8

Patches:
Index: mkspotlight
===================================================================
RCS file: /web/www/www/prep/gnumaint/mkspotlight,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- mkspotlight 27 Dec 2018 02:27:24 -0000      1.7
+++ mkspotlight 30 Jan 2024 02:44:20 -0000      1.8
@@ -1,5 +1,5 @@
 #!/bin/bash
-# $Id: mkspotlight,v 1.7 2018/12/27 02:27:24 mikegerwitz Exp $
+# $Id: mkspotlight,v 1.8 2024/01/30 02:44:20 bandali Exp $
 # Spotlight generation script
 #
 #  Copyright (C) 2018 Mike Gerwitz
@@ -120,14 +120,16 @@
   make -f "$makefile" markdown
 
   # locate the markdown file
-  local -r md=spotlight/spotlight-"$( date +%Y-%m-%d )".md
+  local -r md=spotlight/gnu-spotlight-"$( date +%Y-%m-%d )".md
 
   test -f "$md" || fail 'error: missing spotlight/*.md output'
 
   # some common replacements, to be added to over time (maybe extract into
   # its own file for maintenance)
   sed -i 's#software/tack#software/ncurses#;
-          s#software/gnuhealth-client#software/health#' \
+          s#software/glibc#software/libc#;
+          s#software/gnuhealth-client#software/health#;
+          s#software/mygnuhealth#software/health#' \
       "$md"
 
   # manually edit final file



reply via email to

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