summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/bulkbuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/bulkbuild b/bin/bulkbuild
index 1fd3754..a4a2a21 100644
--- a/bin/bulkbuild
+++ b/bin/bulkbuild
@@ -1,7 +1,12 @@
#!/bin/bash
#
# Pull all active FDP docs from CVS, build and install HTML in
-# folder $HOME/fdpdocs-html
+# folder $HOME/fdpdocs-html.
+#
+# This script is not designed to be run inside a local CVS repository;
+# it is only stored here for convenience and upkeep. It may be used
+# in DocsRawhide as part of a build system of some sort. On the other
+# hand, it may be vaporized.
#
NOW="$(date +%Y%m%d%H%M%S)"