aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-12-05 19:04:35 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-05 19:04:35 +0200
commitb66c616988486510b3d75051eaf709db8efc8e79 (patch)
treeb4440a077b71432106e57d85487e4b5e4c7aaf7c /doc/Makefile.am
parent3f1f18e26d8ed66b227d5de6207842021118fd3b (diff)
downloadeclat-b66c616988486510b3d75051eaf709db8efc8e79.tar.gz
eclat-b66c616988486510b3d75051eaf709db8efc8e79.tar.bz2
Implement release-address.
* TODO: Update. * doc/Makefile.am: Add new files. * doc/eclat-allocate-address.1: New file. * doc/eclat-release-address.1: New file. * doc/eclat-associate-address.1: Update. * doc/eclat-describe-addresses.1: Update. * doc/eclat-disassociate-address.1: Update. * doc/eclat.1: Update. * etc/Makefile.am: Add new files. * etc/release-address.fln: New file. * lib/Makefile.am: Add new files. * lib/confirm.c: New file. * lib/getyn.c: New file. * lib/libeclat.h (eclat_getyn,eclat_vgetyn) (eclat_confirm): New protos. (eclat_confirm_mode): New extern. * src/Makefile.am: Add new files. * src/cmdline.opt: New options -Y (--yes) and -N (--no). * src/eclat.c: Register the release-address command. * src/eclat.h (EX_CANCELLED): New constant. (eclat_release_address): New proto. * src/reladdr-cl.opt: New file. * src/reladdr.c: New file.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0f38d80..cf20541 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,7 +33,8 @@ MANPAGES1=\
eclat-get-console-output.1\
eclat-start-instances.1\
eclat-stop-instances.1\
- eclat-reboot-instances.1
+ eclat-reboot-instances.1\
+ eclat-release-address.1
MANPAGES5=\
eclat.conf.5

Return to:

Send suggestions and report system problems to the System administrator.