Whamcloud - gitweb
- Small changes for packaging
[fs/lustre-release.git] / lustre / doc / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 DOCS = OBD-HOWTO.sgml OLVM.txt figs notes.txt obdtrace_demo.txt
7 doc_DATA = $(DOCS) OBD-HOWTO.html OBD-HOWTO.txt
8 CLEANFILES = OBD-HOWTO.html OBD-HOWTO.txt
9 EXTRA_DIST = $(DOCS)
10
11 .sgml.html:
12         sgml2html -split 0 $<
13
14 .sgml.txt:
15         sgml2txt $<
16
17 SUFFIXES = .sgml .html .txt
18
19 dist-hook:
20         rm -rf $(distdir)/figs/CVS
21
22 include $(top_srcdir)/Rules
23