mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 20:03:33 +01:00
Fix: build system
Hi developers I'm afraid you don't notice the build system have been borken since help system is replace to XSLTransform from asciidoc. because the build system does'nt archives *.xsl files. Please review the attached patches Best regards. ---- teramako
This commit is contained in:
@@ -19,7 +19,7 @@ getfiles () {
|
||||
}
|
||||
copytext () {
|
||||
sed -e "s,###VERSION###,$VERSION,g" \
|
||||
-e "s,###DATE###,$DATE,g" \
|
||||
-e "s,###DATE###,$BUILD_DATE,g" \
|
||||
<"$1" >"$2"
|
||||
cmp -s "$1" "$2" ||
|
||||
( echo "modified: $1"; diff -u "$1" "$2" | grep '^[-+][^-+]' )
|
||||
|
||||
Reference in New Issue
Block a user