summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-11-07 11:30:19 -0500
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-11-20 07:05:36 -0500
commitbd8828204779509a2f47fffc4031abcab2b34d79 (patch)
treebc7daa095060a3d9dbedbe610e0a281183a6f7b0 /doc
parent3ab6bf7eb5ca340df10fa6358c11bdc832752df0 (diff)
downloadenlightenment-bd8828204779509a2f47fffc4031abcab2b34d79.tar.gz
remove autotools
Diffstat (limited to 'doc')
-rw-r--r--doc/.gitignore2
-rw-r--r--doc/Makefile.mk47
2 files changed, 0 insertions, 49 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
deleted file mode 100644
index 88aa8a1781..0000000000
--- a/doc/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/e.dox
-/Doxyfile
diff --git a/doc/Makefile.mk b/doc/Makefile.mk
deleted file mode 100644
index fd49b872ef..0000000000
--- a/doc/Makefile.mk
+++ /dev/null
@@ -1,47 +0,0 @@
-MAINTAINERCLEANFILES += doc/e.dox
-
-PHONIES += doc doc-clean
-
-PACKAGE_DOCNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc
-
-if EFL_BUILD_DOC
-
-doc-clean:
- rm -rf doc/html/ doc/latex/ doc/man/ doc/xml/ $(top_builddir)/$(PACKAGE_DOCNAME).tar*
-
-doc: all doc-clean
- @echo "entering doc/"
- $(efl_doxygen) doc/Doxyfile
- cp $(top_srcdir)/doc/img/* doc/html/
- rm -rf $(PACKAGE_DOCNAME).tar*
- $(MKDIR_P) $(PACKAGE_DOCNAME)/doc
- cp -R doc/html/ doc/latex/ doc/man/ $(PACKAGE_DOCNAME)/doc
- tar cf $(PACKAGE_DOCNAME).tar $(PACKAGE_DOCNAME)/
- bzip2 -9 $(PACKAGE_DOCNAME).tar
- rm -rf $(PACKAGE_DOCNAME)/
- @echo "Documentation Package: $(top_builddir)/$(PACKAGE_DOCNAME).tar.bz2"
-
-else
-
-doc:
- @echo "Documentation not built. Run ./configure --help"
-
-endif
-
-docfilesdir = $(datadir)/enlightenment/doc
-docfiles_DATA = \
-doc/documentation.html \
-doc/illume2.html \
-doc/FDO.txt \
-doc/cache.txt \
-doc/enlightenment.png \
-doc/illume2.png
-
-EXTRA_DIST += \
-$(docfiles_DATA) \
-doc/Doxyfile.in \
-$(wildcard doc/img/*.*) \
-doc/e.css \
-doc/head.html \
-doc/foot.html \
-doc/e.dox.in