Check-in [dad30e7b99]
Overview
Comment:Added script to sync man page to Fossil
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: dad30e7b99e3138843cf34a6c1c487967beb9411
User & Date: rkeene on 2014-01-21 09:50:59.155
Other Links: manifest | tags
Context
2014-01-21
09:53
Updated to only update page if it has changed check-in: 3907284219 user: rkeene tags: trunk
09:50
Added script to sync man page to Fossil check-in: dad30e7b99 user: rkeene tags: trunk
09:43
Updated README check-in: b208aaea3d user: rkeene tags: trunk
Changes
18
19
20
21
22
23
24
25

26
27
28
29
30
31
32

18
19
20
21
22
23
24

25
26
27
28
29
30
31

32







-
+






-
+
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date
DOCS="README ChangeLog"
DOC_HDR="HEADER"

# This script is executed immediately after copying the files
# to a temp directory to attempt to compile
BEFORE=""
BEFORE="build/pre.sh"

# This script is executed immediately prior to creation of the
# tarball
AFTER=""

# Files matching these (space-seperated) patterns are deleted
TMPS="*.out makearch.info contrib HEADER autom4te.cache"
TMPS="*.out makearch.info contrib HEADER autom4te.cache build"
Added build/pre.sh version [be31b588ea].