makefile.mk (04be0b07) | makefile.mk (fdbb6be0) |
---|---|
1#************************************************************** 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 --- 76 unchanged lines hidden (view full) --- 85 @echo 86 @echo "experimental targets:" 87 @echo " patch-create create a patch for updating an installed office (Windows only)" 88 @echo " patch-apply apply a previously created patch" 89 @echo " patch-update-releases-xml" 90 @echo " patch-check check if patch can be created (part of patch-create)" 91 @echo 92 @echo "Most targets (all except aoo_srcrelease and updatepack) accept suffixes" | 1#************************************************************** 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 --- 76 unchanged lines hidden (view full) --- 85 @echo 86 @echo "experimental targets:" 87 @echo " patch-create create a patch for updating an installed office (Windows only)" 88 @echo " patch-apply apply a previously created patch" 89 @echo " patch-update-releases-xml" 90 @echo " patch-check check if patch can be created (part of patch-create)" 91 @echo 92 @echo "Most targets (all except aoo_srcrelease and updatepack) accept suffixes" |
93 @echo " add _<language> to build a target for one language only" | 93 @echo " append _<language> to build a target for one language only" |
94 @echo " the default set of languages is alllangiso=$(alllangiso)" | 94 @echo " the default set of languages is alllangiso=$(alllangiso)" |
95 @echo " add .<package_format> to build a target for one package format only" | 95 @echo " append .<package_format> to build a target for one package format only" |
96 @echo " the default set of package formats is archive and PKGFORMAT=$(PKGFORMAT)" | 96 @echo " the default set of package formats is archive and PKGFORMAT=$(PKGFORMAT)" |
97 @echo " known package formats are: " 98 @echo " archive, bsd, deb, dmg, installed, msi, native, osx, pkg, portable, rpm" |
|
97 98 99LOCALPYFILES= \ 100 $(BIN)$/uno.py \ 101 $(BIN)$/unohelper.py \ 102 $(BIN)$/pythonloader.py \ 103 $(BIN)$/pythonscript.py \ 104 $(BIN)$/officehelper.py \ --- 437 unchanged lines hidden --- | 99 100 101LOCALPYFILES= \ 102 $(BIN)$/uno.py \ 103 $(BIN)$/unohelper.py \ 104 $(BIN)$/pythonloader.py \ 105 $(BIN)$/pythonscript.py \ 106 $(BIN)$/officehelper.py \ --- 437 unchanged lines hidden --- |