aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-04-22 12:49:56 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-04-22 12:51:39 +0300
commit554a0c5f01b9cfd445dc7872359fd57f227f0387 (patch)
tree3ab77d480dd774c8acc28126fa0d588be5a1ff11
parentd28fd49756b77735300cac6ac4e2a57b92446f5d (diff)
downloadeclat-554a0c5f01b9cfd445dc7872359fd57f227f0387.tar.gz
eclat-554a0c5f01b9cfd445dc7872359fd57f227f0387.tar.bz2
Minor doc-related changes.
* doc/.gitignore: Add webdoc * doc/Makefile.am: Include Makefile.inc * doc/Makefile.inc: New file. * grecs: Update. * todostat.awk: Print short command names.
-rw-r--r--doc/.gitignore1
-rw-r--r--doc/Makefile.am39
-rw-r--r--doc/Makefile.inc55
m---------grecs0
-rw-r--r--todostat.awk2
5 files changed, 59 insertions, 38 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
index c3e2c16..1da5a8e 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,3 +1,4 @@
*.ps
*.pdf
eclat.1
+webdoc
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e93097b..f3cd493 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,45 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Eclat. If not, see <http://www.gnu.org/licenses/>.
-MANPAGES1=\
- eclat.1\
- eclat-allocaddr.1\
- eclat-assocaddr.1\
- eclat-atvol.1\
- eclat-mkimg.1\
- eclat-mksnap.1\
- eclat-mktag.1\
- eclat-mkvol.1\
- eclat-rmsnap.1\
- eclat-rmtag.1\
- eclat-deimg.1\
- eclat-lsaddr.1\
- eclat-lszon.1\
- eclat-lsimg.1\
- eclat-lsiattr.1\
- eclat-lsistat.1\
- eclat-lsinst.1\
- eclat-lsreg.1\
- eclat-lssg.1\
- eclat-lssattr.1\
- eclat-lssnap.1\
- eclat-lstag.1\
- eclat-lsvol.1\
- eclat-devol.1\
- eclat-disasaddr.1\
- eclat-setiattr.1\
- eclat-conmesg.1\
- eclat-start.1\
- eclat-stop.1\
- eclat-reboot.1\
- eclat-freeaddr.1
-
-MANPAGES5=\
- eclat.conf.5
-
+include Makefile.inc
dist_man_MANS=$(MANPAGES1) $(MANPAGES5)
eclat.1: eclat.1man $(top_srcdir)/src/comtab.man $(top_srcdir)/src/xref.man
$(AM_V_GEN)soelim -I $(top_srcdir)/src eclat.1man > eclat.1
-EXTRA_DIST = eclat.1 eclat.1man
+EXTRA_DIST = Makefile.inc eclat.1 eclat.1man
diff --git a/doc/Makefile.inc b/doc/Makefile.inc
new file mode 100644
index 0000000..a51fa2c
--- /dev/null
+++ b/doc/Makefile.inc
@@ -0,0 +1,55 @@
+# This file is part of Eclat -*- Makefile -*-
+# Copyright (C) 2012, 2013 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
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Eclat is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Eclat. If not, see <http://www.gnu.org/licenses/>.
+
+# This file contains the lists of manual pages to be installed. They
+# are kept separately so they may be included from another makefiles.
+# Currently they are used in the Makefile.am and in the webdoc Makefile.
+
+MANPAGES1=\
+ eclat.1\
+ eclat-allocaddr.1\
+ eclat-assocaddr.1\
+ eclat-atvol.1\
+ eclat-mkimg.1\
+ eclat-mksnap.1\
+ eclat-mktag.1\
+ eclat-mkvol.1\
+ eclat-rmsnap.1\
+ eclat-rmtag.1\
+ eclat-deimg.1\
+ eclat-lsaddr.1\
+ eclat-lszon.1\
+ eclat-lsimg.1\
+ eclat-lsiattr.1\
+ eclat-lsistat.1\
+ eclat-lsinst.1\
+ eclat-lsreg.1\
+ eclat-lssg.1\
+ eclat-lssattr.1\
+ eclat-lssnap.1\
+ eclat-lstag.1\
+ eclat-lsvol.1\
+ eclat-devol.1\
+ eclat-disasaddr.1\
+ eclat-setiattr.1\
+ eclat-conmesg.1\
+ eclat-start.1\
+ eclat-stop.1\
+ eclat-reboot.1\
+ eclat-freeaddr.1
+
+MANPAGES5=\
+ eclat.conf.5
diff --git a/grecs b/grecs
-Subproject 5596f7cdcdc1983021185c5e0900d5fcba7f328
+Subproject 588bb9898edcc8b531980fcb180e4955d29ed40
diff --git a/todostat.awk b/todostat.awk
index be29d8f..a98f2bb 100644
--- a/todostat.awk
+++ b/todostat.awk
@@ -2,7 +2,7 @@
/^\|/ { if (state == 1) state++; else state = -1; next }
state != 3 { next }
{ total++ }
-$3=="[X]" { impl++; if ($4 != "[X]") print $1, "not documented"; }
+$3=="[X]" { impl++; if ($4 != "[X]") print $1 " (" $2 ") not documented"; }
$4=="[X]" { doc++; }
END {
if (!total)

Return to:

Send suggestions and report system problems to the System administrator.