From 48a7fa31f918a6fc88719b3c9393a9ba2829f42a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Nov 2016 10:37:59 -0600 Subject: Remove texinfo format documentation. Replaced by Sphinx formatted documentation. closes #2812. --- doc/main.am | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 doc/main.am (limited to 'doc/main.am') diff --git a/doc/main.am b/doc/main.am deleted file mode 100644 index 5076f4aa12..0000000000 --- a/doc/main.am +++ /dev/null @@ -1,21 +0,0 @@ -if USE_HTML -html_projectdir = $(htmldir)/$(PROJECT) -endif - -# The arguments are carefully selected to make the output of texi2html -# and texi2any generate into the same directory, using the same naming -# patterns. This is intended to make the dependency tracking and install -# file naming consistent. -TEXI2HTML_ARGS=\ --D use-html --split node --node-files \ --o $(PROJECT)/ \ ---top-file=index.html \ ---init-file=$(top_builddir)/texi2html_init \ --I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I . - -TEXI2ANY_ARGS=\ ---html -D use-html --split node \ --c MENU_ENTRY_COLON= -c NODE_NAME_IN_MENU=0 -c USE_NODES=0 \ --o $(PROJECT)/ \ ---init-file=$(top_builddir)/texi2any_init \ --I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I . -- cgit v1.2.3