aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/.gitignore1
-rw-r--r--doc/Makefile.am39
-rw-r--r--doc/Makefile.inc55
3 files changed, 58 insertions, 37 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

Return to:

Send suggestions and report system problems to the System administrator.