From 78029dd6843001a76a3dbf352560c05673c7efed Mon Sep 17 00:00:00 2001 From: ccurley <> Date: Sun, 27 Jan 2002 20:52:15 +0000 Subject: [PATCH] Added notes about the new Makefile, related to the scripts subdirectory. --- .../Linux-Complete-Backup-and-Recovery-HOWTO/README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/LDP/howto/docbook/Linux-Complete-Backup-and-Recovery-HOWTO/README b/LDP/howto/docbook/Linux-Complete-Backup-and-Recovery-HOWTO/README index 9dc7807e..e62e551e 100644 --- a/LDP/howto/docbook/Linux-Complete-Backup-and-Recovery-HOWTO/README +++ b/LDP/howto/docbook/Linux-Complete-Backup-and-Recovery-HOWTO/README @@ -1,4 +1,4 @@ -Time-stamp: <2002-01-21 15:23:54 ccurley README> +Time-stamp: <2002-01-27 13:49:59 ccurley README> This directory has the SGML source and related files for the Linux Complete Backup and Recovery HOWTO. It should have everything you need @@ -20,11 +20,17 @@ added to each one. The script "buildscripts" does that. It is called from the makefile, so you shouldn't have to be concerned with it. The cooked scripts end up in the directory "cooked". +You may add scripts to the "scripts" subdirectory without modifying +the makefile. However, script names must match "[a-z]*". If you +absolutely must have some other script name, change the file name glob +in the definition of SCRIPTS in Makefile. Make sure you call the new +script from "cooked" or it won't pass SGML verification. + The target "clean" gets rid of intermediate files like the cooked scripts and all of the final production. Use it to be sure you have killed off any intermediate cruft. You may have to edit the paths to the style sheets. This works on Red -Hat Linux 7.1. +Hat Linux 7.1. BTW, I use GNU Make version 3.79.1. Enjoy. Happy backing up.