1*14ef5023Sdamjan#************************************************************** 2*14ef5023Sdamjan# 3*14ef5023Sdamjan# Licensed to the Apache Software Foundation (ASF) under one 4*14ef5023Sdamjan# or more contributor license agreements. See the NOTICE file 5*14ef5023Sdamjan# distributed with this work for additional information 6*14ef5023Sdamjan# regarding copyright ownership. The ASF licenses this file 7*14ef5023Sdamjan# to you under the Apache License, Version 2.0 (the 8*14ef5023Sdamjan# "License"); you may not use this file except in compliance 9*14ef5023Sdamjan# with the License. You may obtain a copy of the License at 10*14ef5023Sdamjan# 11*14ef5023Sdamjan# http://www.apache.org/licenses/LICENSE-2.0 12*14ef5023Sdamjan# 13*14ef5023Sdamjan# Unless required by applicable law or agreed to in writing, 14*14ef5023Sdamjan# software distributed under the License is distributed on an 15*14ef5023Sdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*14ef5023Sdamjan# KIND, either express or implied. See the License for the 17*14ef5023Sdamjan# specific language governing permissions and limitations 18*14ef5023Sdamjan# under the License. 19*14ef5023Sdamjan# 20*14ef5023Sdamjan#************************************************************** 21*14ef5023Sdamjan 22*14ef5023Sdamjan 23*14ef5023Sdamjan 24*14ef5023Sdamjan$(eval $(call gb_Module_Module,MathMLDTD)) 25*14ef5023Sdamjan 26*14ef5023Sdamjan$(eval $(call gb_Module_add_targets,MathMLDTD,\ 27*14ef5023Sdamjan Package_dtd \ 28*14ef5023Sdamjan Package_html \ 29*14ef5023Sdamjan)) 30*14ef5023Sdamjan 31*14ef5023Sdamjan# vim: set noet sw=4 ts=4: 32