diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-10-17 18:29:15 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-10-17 18:41:05 +0200 |
commit | 773496389a41f077db3806050230c0327a146c7b (patch) | |
tree | d14d7fef193e166b97c681119d2c55146c96c358 /README | |
parent | e08d64d9d01aff2e398906788150b9fd3029e571 (diff) | |
download | git-buildpackage-773496389a41f077db3806050230c0327a146c7b.tar.gz git-buildpackage-773496389a41f077db3806050230c0327a146c7b.tar.bz2 git-buildpackage-773496389a41f077db3806050230c0327a146c7b.zip |
Update README a bit
Git-Dch: Ignore
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,7 +1,14 @@ +Git-buildpackage +---------------- This is a bunch of scripts to ease the development of Debian packages with git. -For more documentation see the manual. On Debian systems this can be found in +For more documentation on howto use these tools see the manual +online at: + + http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html + +On Debian systems this can be found in /usr/share/doc/git-buildpackage/manual-html. -It can be found online at +The API documentation of the gbp module can be found at: - http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html + http://honk.sigxcpu.org/projects/git-buildpackage/apidocs/ |