From 8120610edeb63d7286ef9e031ab312634196698e Mon Sep 17 00:00:00 2001 From: acidx Date: Tue, 28 Feb 2012 22:04:48 +0000 Subject: [PATCH] eet: Remove man page installing code as well git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@68521 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 982bd6e..4eeb438 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,14 +8,14 @@ PACKAGE_DOCNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc if EFL_BUILD_DOC doc-clean: - rm -rf html/ latex/ man/ xml/ $(PACKAGE_DOCNAME).tar* + rm -rf html/ latex/ xml/ $(PACKAGE_DOCNAME).tar* doc: doc-clean $(efl_doxygen) cp $(srcdir)/img/* html/ rm -rf $(PACKAGE_DOCNAME).tar* mkdir -p $(PACKAGE_DOCNAME)/doc - cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc + cp -R html/ latex/ $(PACKAGE_DOCNAME)/doc tar cf $(PACKAGE_DOCNAME).tar $(PACKAGE_DOCNAME)/ bzip2 -9 $(PACKAGE_DOCNAME).tar rm -rf $(PACKAGE_DOCNAME)/ -- 2.7.4