diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-20 08:33:34 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-20 08:33:47 -0400 |
commit | 1b6370e74bd6927a5c594210cd6728feda9c4616 (patch) | |
tree | 0483a020fa23183d730fcb72db8c17a0c54d5505 /CONTRIBUTING | |
parent | rules: import 20-net-ifname.hwdb from upstream. (diff) | |
download | eudev-1b6370e74bd6927a5c594210cd6728feda9c4616.tar.gz eudev-1b6370e74bd6927a5c594210cd6728feda9c4616.tar.bz2 eudev-1b6370e74bd6927a5c594210cd6728feda9c4616.zip |
docs: remove gtk-docs.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 85c729603..71a82f6c4 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -137,16 +137,9 @@ number. by doing autogen.sh - ./configure --enable-gtk-doc + ./configure make make dist -TODO: The build system needs to be tweaked so that --enable-gtk-doc is not needed -and one can directly run "make dist" instead of "make; make dist". Make sure -the tarball is correctly named to match the tag. If it isn't you need to -fix configure.ac and retag. - 9. TODO: coding style for C, python, perl and autotool stuff. - - |