File: HACKING

package info (click to toggle)
module-init-tools 3.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,208 kB
  • ctags: 900
  • sloc: sh: 7,980; ansic: 5,036; makefile: 204
file content (23 lines) | stat: -rw-r--r-- 689 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Notes for Hackers
-----------------

Here are some quick notes, that may or may not evolve into something more
substantial over time. Development is preferably done via git merges.

* git trees don't contain pre-built config/Makefiles/etc. You'll need to
  run the following (in order):

      aclocal
      automake --add-missing --copy
      autoconf

* Documentation is in SGML source in doc/ so don't edit *.8, *.5 directly.

Prior to a new release:

      Update configure.ac with new version
      prune git tree/commit with new version in configure.ac
      prep tree for tarball
      push to kerneltools.org (along with GPG signed ASC signature)

Jon Masters <jcm@jonmasters.org>