summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-11-16 02:02:10 +0000
committerPaul W. Frields <stickster@gmail.com>2005-11-16 02:02:10 +0000
commit4d89c843c6e6039f776a9801380a33de077598d7 (patch)
tree79283f79e312ab65f046baa86da434094ea38430 /bin
parent811a8e4b2abeb0b68e25d9c2c4024ec946020651 (diff)
downloadfedora-doc-utils-4d89c843c6e6039f776a9801380a33de077598d7.tar.gz
fedora-doc-utils-4d89c843c6e6039f776a9801380a33de077598d7.tar.xz
fedora-doc-utils-4d89c843c6e6039f776a9801380a33de077598d7.zip
Should have put a message in the initial checkin, but the comment below says what I would have, had I remebered.
Diffstat (limited to 'bin')
-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)"