From 6f614cd3f33dbdea3a67ac2fb414b1130674ee04 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 17 Feb 2017 12:06:03 -0600 Subject: Move deptree2dot to the support folder Since deptree2dot and the perl requirement are completely optional, we can move this tool to the support folder. This gives the user the option of using it if they have perl installed, and means we do not have an optional runtime dependency on perl. Documentation for this tool has also been added to the support folder. X-Gentoo-Bug: 600742 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=600742 --- src/tools/Makefile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/tools/Makefile (limited to 'src/tools/Makefile') diff --git a/src/tools/Makefile b/src/tools/Makefile deleted file mode 100644 index 92ff5063..00000000 --- a/src/tools/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -DIR= ${UPREFIX}/bin -BIN= deptree2dot - -MK= ../../mk -include ${MK}/scripts.mk -- cgit v1.2.3