]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Delete Makefile.am
authorVicky Risk <vicky@isc.org>
Wed, 22 Aug 2018 23:38:02 +0000 (19:38 -0400)
committerVicky Risk <vicky@isc.org>
Tue, 28 Aug 2018 15:53:07 +0000 (11:53 -0400)
doc/design/datasrc/Makefile.am [deleted file]

diff --git a/doc/design/datasrc/Makefile.am b/doc/design/datasrc/Makefile.am
deleted file mode 100644 (file)
index d339cd7..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-UML_FILES = \
-       overview.txt \
-       auth-local.txt \
-       auth-mapped.txt \
-       memmgr-mapped-init.txt \
-       memmgr-mapped-reload.txt
-
-TEXT_FILES = \
-       data-source-classes.txt
-
-devel: $(patsubst %.txt, %.png, $(UML_FILES)) $(patsubst %.txt, %.html, $(TEXT_FILES))
-
-.txt.html:
-if HAVE_ASCIIDOC
-       $(AM_V_GEN) $(ASCIIDOC) -n $<
-else
-       @echo "*** asciidoc is required to regenerate $(@) ***"; exit 1;
-endif
-
-.txt.png:
-if HAVE_PLANTUML
-       $(AM_V_GEN) $(PLANTUML) $<
-else
-       @echo "*** plantuml is required to regenerate $(@) ***"; exit 1;
-endif
-
-CLEANFILES = \
-       $(patsubst %.txt, %.png, $(UML_FILES)) \
-       $(patsubst %.txt, %.html, $(TEXT_FILES)) \
-       $(patsubst %.txt, %.xml, $(TEXT_FILES))