summaryrefslogtreecommitdiff
path: root/odk/util
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-03 23:19:14 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:10 +0200
commit9d93ed7cd1b36830f6d7aedd4e6f15667774de1d (patch)
treec8549424e52201982aa4c9926d86361c6655ab30 /odk/util
parente2fd9fbe6ec35cf8bd5cd3a5785de2a3c5577265 (diff)
API CHANGE: odk: stop packaging autodoc tool
There is no need to package doxygen, users can just download that from upstream. Change-Id: I166b2f5b692d2335246e3484089ebe5d8edcae4a
Diffstat (limited to 'odk/util')
-rw-r--r--odk/util/check.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl
index 4be8536eadd4..e6a004e8f3c8 100644
--- a/odk/util/check.pl
+++ b/odk/util/check.pl
@@ -46,7 +46,7 @@ if (-d "$SdkDir") {
print "check binaries: ";
if (check_dir("bin")) {
my @binarylist = ( "idlc","cppumaker","javamaker",
- "regcompare","autodoc",
+ "regcompare",
"unoapploader", "uno-skeletonmaker" );
if ($ENV{SYSTEM_UCPP} eq "") {
push @binarylist,"ucpp";
@@ -96,7 +96,7 @@ if (-d "$SdkDir") {
"images/nav_right.png","images/nav_up.png",
"images/sdk_head-1.png", "images/sdk_head-2.png",
"images/sdk_line-1.gif", "images/sdk_line-2.gif",
- "common/ref/idl.css", "images/nada.gif",
+ "images/nada.gif",
"images/arrow-2.gif", "images/bluball.gif",
"images/ooo-main-app_32.png");