Commit Graph

12 Commits

Author SHA1 Message Date
Laurence Withers 0e9f48ff2d Big copyright update
Uses new-style copyright notices and improves consistency a bit. Removes the
old KATE_MODELINE stuff.
2010-11-25 15:32:52 +00:00
Laurence Withers dcee211388 Update shell files to use /bin/bash and POSIX .
bash's earlier problems with subshells running scripts starting #!/bin/bash
seem to be solved, so explicitly mark all scripts as requiring bash.
Furthermore, change all source built-ins to prefix the path with "./" as
required by POSIX. Together these changes should stop further problems
with changes of source built-in semantics in future.
2009-04-06 14:13:06 +00:00
Laurence Withers 13efab326f Update copyright dates 2009-01-03 22:55:04 +00:00
Laurence Withers ce5a97fd2e Replace 'git-foo' with 'git foo' as the former is now deprecated 2008-08-18 18:42:22 +00:00
Laurence Withers c111c7e1dd Switch to GPLv3 2007-10-14 10:31:40 +00:00
Laurence Withers 32f26f386a Use numeric prefixes on source files 2007-08-08 12:03:18 +00:00
Laurence Withers 4029a771e3 Use '#!/bin/sh' as executable interpreter. This is bad, because we do actually want bash, but if
we use '#!/bin/bash' then we end up sourcing enough .rc files to override any changes we have made
to PATH etc.
2007-03-29 09:36:35 +00:00
Laurence Withers 868d060656 Only build docs if src/docs exists. 2006-08-24 23:44:46 +01:00
Laurence Withers c6eb191b49 Update release script 2006-07-28 10:54:59 +01:00
Laurence Withers 3e91db08d5 Move the release script into the maintenance directory. 2006-07-27 18:23:05 +01:00
Laurence Withers 6ca9910248 Don't have these scripts in our local copy. 2006-07-25 19:06:56 +01:00
Laurence Withers 87272247fb Create a local copy of the scripts directory.
The idea is to move the build system out of the project tree as much as
possible. This has two benefits:
 - it does not add any baggage to somebody who just wants to compile the
   project, and doesn't want to create any new modules,
 - it means that project trees don't have to be updated every time a
   change is made to the module instantiation stuff.
2006-07-25 19:00:04 +01:00