From a39f11a276ea6601cb19e3fc81910ae0d7265dce Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 20 Aug 2012 16:42:49 +0200 Subject: gbuildize extras Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a --- extras/source/wordbook/delzip | 2 -- extras/source/wordbook/makefile.mk | 33 --------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 extras/source/wordbook/delzip delete mode 100644 extras/source/wordbook/makefile.mk (limited to 'extras/source/wordbook') diff --git a/extras/source/wordbook/delzip b/extras/source/wordbook/delzip deleted file mode 100644 index a6596092cd05..000000000000 --- a/extras/source/wordbook/delzip +++ /dev/null @@ -1,2 +0,0 @@ -~ -ECHO is OFF diff --git a/extras/source/wordbook/makefile.mk b/extras/source/wordbook/makefile.mk deleted file mode 100644 index bcdcca1c1f20..000000000000 --- a/extras/source/wordbook/makefile.mk +++ /dev/null @@ -1,33 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# -PRJ=..$/.. -PRJNAME=extras -TARGET=wordbookall - -.INCLUDE : settings.mk - -.INCLUDE : $(PRJ)$/util$/target.pmk - -ZIP1TARGET = $(WORDBOOK_ALL_TARGET) - -ZIP1LIST = technical.dic \ - sl.dic \ - en-US.dic \ - en-GB.dic - -.INCLUDE : target.mk -- cgit