diff options
Diffstat (limited to 'odk/PackageSet_autodoc.mk')
-rw-r--r-- | odk/PackageSet_autodoc.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/odk/PackageSet_autodoc.mk b/odk/PackageSet_autodoc.mk deleted file mode 100644 index 4e0ea6afeb9f..000000000000 --- a/odk/PackageSet_autodoc.mk +++ /dev/null @@ -1,18 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# 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/. -# - -$(eval $(call gb_PackageSet_PackageSet,odk_autodoc)) - -$(eval $(call gb_PackageSet_add_packages,odk_autodoc,\ - odk_autodoc \ - offapi_doc \ - udkapi_doc \ -)) - -# vim: set noet sw=4 ts=4: |