From 2d73b6259c758c8daf8877fb38cb19719ab76b1d Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 8 Nov 2013 13:16:51 +0100 Subject: [PATCH] Remove autotools leftovers. Refs #4962 --- doc/Makefile.am | 65 ------------------------------ doc/strapdownjs/Makefile.am | 10 ----- doc/strapdownjs/themes/Makefile.am | 9 ----- tools/mkclass/Makefile.am | 23 ----------- 4 files changed, 107 deletions(-) delete mode 100644 doc/Makefile.am delete mode 100644 doc/strapdownjs/Makefile.am delete mode 100644 doc/strapdownjs/themes/Makefile.am delete mode 100644 tools/mkclass/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 5db2009f9..000000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,65 +0,0 @@ -SUBDIRS = \ - strapdownjs - -MARKDOWN_FILES = \ - 1-about.md \ - 2.0-getting-started.md \ - 2.1-setting-up-icinga-2.md \ - 2.2-setting-up-icinga-classic-ui.md \ - 2.3-setting-up-check-plugins.md \ - 2.4-setting-up-ido.md \ - 2.5-setting-up-livestatus.md \ - 2.6-running-icinga.md \ - 3.01-hosts-and-services.md \ - 3.02-commands.md \ - 3.03-macros.md \ - 3.04-notifications.md \ - 3.05-using-templates.md \ - 3.06-groups.md \ - 3.07-time-periods.md \ - 3.08-external-commands.md \ - 3.09-event-handlers.md \ - 3.10-logging.md \ - 3.11-performance-data.md \ - 3.12-status-data.md \ - 3.13-compat-logging.md \ - 3.14-check-result-files.md \ - 3-monitoring-basics.md \ - 4.1-configuration-syntax.md \ - 4.2-global-variables.md \ - 4.3-object-types.md \ - 4-configuring-icinga.md \ - 5-icinga-template-library.md \ - 6-advanced-topics.md \ - 7-migrating-from-icinga-1x.md \ - 8-differences-between-icinga-1x-and-2.md \ - 9-vagrant-demo-vm.md - -DOCVIEWER_FILES = \ - jquery.min.js \ - jquery.toc.min.js \ - toc.css \ - toc-margin.css \ - toc-print.css - -EXTRA_DIST = \ - $(MARKDOWN_FILES) \ - $(DOCVIEWER_FILES) \ - icinga2.8 \ - mkdoc.sh \ - BLACKLIST - -CLEANFILES = \ - index.html - -icinga2docdir = ${docdir}/htdocs -icinga2doc_DATA = \ - index.html \ - $(DOCVIEWER_FILES) - -index.html: $(MARKDOWN_FILES) - $(srcdir)/mkdoc.sh > $@.tmp && mv $@.tmp $@ - -man8_MANS = \ - icinga2.8 - diff --git a/doc/strapdownjs/Makefile.am b/doc/strapdownjs/Makefile.am deleted file mode 100644 index 7800b5f56..000000000 --- a/doc/strapdownjs/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -SUBDIRS = \ - themes - -icinga2docdir = ${docdir}/htdocs/strapdownjs -icinga2doc_DATA = \ - strapdown.js \ - strapdown.css - -EXTRA_DIST = \ - $(icinga2doc_DATA) diff --git a/doc/strapdownjs/themes/Makefile.am b/doc/strapdownjs/themes/Makefile.am deleted file mode 100644 index d891deb39..000000000 --- a/doc/strapdownjs/themes/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -icinga2docdir = ${docdir}/htdocs/strapdownjs/themes -icinga2doc_DATA = \ - bootstrap.min.css \ - bootstrap-responsive.min.css \ - cerulean.min.css \ - LICENSE - -EXTRA_DIST = \ - $(icinga2doc_DATA) diff --git a/tools/mkclass/Makefile.am b/tools/mkclass/Makefile.am deleted file mode 100644 index d29b38409..000000000 --- a/tools/mkclass/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -## Process this file with automake to produce Makefile.in - -noinst_PROGRAMS = \ - mkclass - -EXTRA_DIST = \ - class_lexer.cc \ - class_parser.cc \ - class_parser.h - -AM_YFLAGS = -d - -.hh.h: - if [ -e $(srcdir)/$< ]; then cp $(srcdir)/$< $(srcdir)/$@; fi - -class_lexer.cc: class_parser.h - -mkclass_SOURCES = \ - classcompiler.cpp \ - classcompiler.h \ - class_lexer.ll \ - class_parser.yy \ - mkclass.cpp -- 2.40.0