summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index 7d4c237e6f..0000000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-MAINTAINERCLEANFILES = Makefile.in
-
-EXTRA_DIST = \
-manual.raw \
-kernel-doc.in \
-stylesheet.css \
-figures/*.gif # Add any images you create here
-
-
-## Fill in all source files that you documented
-## with extractable comments here:
-##
-SOURCEDOC = $(top_srcdir)/src/e.h
-
-## For details on what can be specified in the
-## comments, see the beginning of kernel-doc
-## in this directory! -- cK.
-
-
-SGMLFILE = $(PACKAGE)-manual.sgml
-
-docs: manual.raw $(SOURCEDOC)
- ./kernel-doc -docbook <manual.raw >$(SGMLFILE)
-
-if HAVE_JADE
-
-FULLNAME = $(PACKAGE)-manual-$(VERSION)
-
-html-docs: docs html-customizations.dsl
- $(mkinstalldirs) ./$(FULLNAME)/figures
- cd $(FULLNAME) && @JADE@ -t sgml -d ../html-customizations.dsl ../$(SGMLFILE)
- - cd figures && cp -f *.gif ../$(FULLNAME)/figures
- - cd figures && cp -f *.png ../$(FULLNAME)/figures
- - cd figures && cp -f *.jpg ../$(FULLNAME)/figures
- cp -f stylesheet.css $(FULLNAME)/stylesheet.css
- tar cfvz $(FULLNAME).tar.gz $(FULLNAME)
-
-endif
-