makefile.mk (7871dc3e) | makefile.mk (3d4e3843) |
---|---|
1#************************************************************** | 1#************************************************************** |
2# | 2# |
3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at | 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at |
10# | 10# |
11# http://www.apache.org/licenses/LICENSE-2.0 | 11# http://www.apache.org/licenses/LICENSE-2.0 |
12# | 12# |
13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. | 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. |
19# | 19# |
20#************************************************************** 21 | 20#************************************************************** 21 |
22 23 | |
24# edit to match directory level 25PRJ = ..$/..$/..$/.. 26# same for all makefiles in "helpcontent2" 27PRJNAME = helpcontent2 28# edit to match the current package 29PACKAGE = text/shared/autopi 30# uniqe name (module wide); 31# using a modified form of package should do here --- 68 unchanged lines hidden (view full) --- 100 01130100.xhp \ 101 01130200.xhp \ 102 01150000.xhp \ 103 01170000.xhp \ 104 01170200.xhp \ 105 01170300.xhp \ 106 01170400.xhp \ 107 01170500.xhp \ | 22# edit to match directory level 23PRJ = ..$/..$/..$/.. 24# same for all makefiles in "helpcontent2" 25PRJNAME = helpcontent2 26# edit to match the current package 27PACKAGE = text/shared/autopi 28# uniqe name (module wide); 29# using a modified form of package should do here --- 68 unchanged lines hidden (view full) --- 98 01130100.xhp \ 99 01130200.xhp \ 100 01150000.xhp \ 101 01170000.xhp \ 102 01170200.xhp \ 103 01170300.xhp \ 104 01170400.xhp \ 105 01170500.xhp \ |
108 purchase.xhp \ | |
109 startup.xhp \ 110 webwizard00.xhp \ 111 webwizard01.xhp \ 112 webwizard02.xhp \ 113 webwizard03.xhp \ 114 webwizard04.xhp \ 115 webwizard05.xhp \ 116 webwizard05bi.xhp \ 117 webwizard05is.xhp \ 118 webwizard06.xhp \ 119 webwizard07.xhp \ 120 webwizard07fc.xhp 121 122# --- Targets ------------------------------------------------------ 123 124.INCLUDE : target.mk 125.INCLUDE : tg_help.mk | 106 startup.xhp \ 107 webwizard00.xhp \ 108 webwizard01.xhp \ 109 webwizard02.xhp \ 110 webwizard03.xhp \ 111 webwizard04.xhp \ 112 webwizard05.xhp \ 113 webwizard05bi.xhp \ 114 webwizard05is.xhp \ 115 webwizard06.xhp \ 116 webwizard07.xhp \ 117 webwizard07fc.xhp 118 119# --- Targets ------------------------------------------------------ 120 121.INCLUDE : target.mk 122.INCLUDE : tg_help.mk |