aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.inc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-11-26 14:09:09 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2019-11-26 14:09:09 +0200
commit0f78a1684e0119adceba8e9fd99a8bc33fa826b1 (patch)
tree8ad56bbc1d748f4fa2fc8af6a0b7522ee3723735 /doc/Makefile.inc
parentce1af46af7a84d061676ede08dab2a0be3fadbaf (diff)
downloadeclat-0f78a1684e0119adceba8e9fd99a8bc33fa826b1.tar.gz
eclat-0f78a1684e0119adceba8e9fd99a8bc33fa826b1.tar.bz2
Implement MoveAddressToVpc (addr2vpc) and RestoreAddressToClassic (addr2ec2)
* TODO: Document changes. * doc/Makefile.inc: Add new files. * doc/eclat-addr2ec2.1: New file. * doc/eclat-addr2vpc.1: New file. * etc/Makefile.am: Add new files. * etc/move-address-to-vpc.fln: New file. * etc/restore-address-to-classic.fln: New file. * src/Makefile.am: Add new file. * src/mvaddr.c: New file. * src/eclat.c (cmdtab): New commands: addr2vpc and addr2ec2. * src/eclat.h (eclat_move_address): New proto. * etc/describe-images.fln: List creation date.
Diffstat (limited to 'doc/Makefile.inc')
-rw-r--r--doc/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.inc b/doc/Makefile.inc
index e55c607..ab6c2a7 100644
--- a/doc/Makefile.inc
+++ b/doc/Makefile.inc
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Makefile -*-
-# Copyright (C) 2012-2018 Sergey Poznyakoff
+# Copyright (C) 2012-2019 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,6 +20,8 @@
MANPAGES1=\
eclat.1\
+ eclat-addr2ec2.1\
+ eclat-addr2vpc.1\
eclat-assocaddr.1\
eclat-atvol.1\
eclat-chvol.1\

Return to:

Send suggestions and report system problems to the System administrator.