summaryrefslogtreecommitdiffstats
path: root/src/ob-installdocs.sh
Commit message (Collapse)AuthorAgeFilesLines
* ob-*: Architecture-qualify package namesPatrick McDermott2020-06-211-2/+5
|
* ob-installdocs: Declare local variables and wrap long linesPatrick McDermott2019-03-181-15/+33
|
* ob-installdocs: set -uPatrick McDermott2019-03-181-1/+1
|
* opkbuild, ob-*: Don't manually load libopkbuildPatrick McDermott2019-03-171-2/+0
|
* opkbuild, ob-*: Drop call to main()Patrick McDermott2019-03-171-2/+0
| | | | | shld already calls main(), so this extra call causes main() to run a second time if it returns the first time.
* opkbuild, ob-*: Fix printf commands after ob_set_text_domain()Patrick McDermott2019-03-151-1/+2
|
* ob-installdocs: Fix mkdir when dest not givenPatrick McDermott2019-03-131-2/+2
|
* ob_get_doc_files(): Drop arch and plat parametersPatrick McDermott2019-03-131-2/+1
| | | | | | The set of documentation files to be provided should not be dependent on the architecture and platform for which at least some of the binary packages are built.
* ob_parse_package_metadata(): Merge into ob_init_package()Patrick McDermott2019-03-131-1/+0
| | | | | | Now that caching is gone, the ob_parse_package_metadata() interface function is trivially short, and keeping it separate unnecessarily complicates the API.
* ob-installdocs: Replace "${data_doc_dir%/*}" with dirnamePatrick McDermott2019-03-131-1/+2
|
* Protect against cmd operands beginning with "-"Patrick McDermott2019-03-131-7/+7
|
* ob-installplatconf, ob-installdocs: Replace "${dest%/*}" checks with dirnamePatrick McDermott2019-03-131-10/+8
|
* Protect [ commands from strings beginning with "-"Patrick McDermott2019-03-131-3/+3
|
* ob_parse_package_metadata(): Eliminate cachingPatrick McDermott2019-03-131-1/+1
| | | | Cf. commit da45b6d.
* opkbuild, ob-*: Exit with error on ob_set_text_domain() failurePatrick McDermott2019-03-131-1/+4
|
* ob-*: Replace exit with returnPatrick McDermott2019-03-131-2/+2
|
* ob-*: Add return statements after ob_error() callsPatrick McDermott2019-03-131-8/+28
|
* opkbuild, ob-*: set -ePatrick McDermott2019-03-131-0/+2
|
* Don't let libopkbuild errors cause exit with -ePatrick McDermott2019-03-131-2/+1
|
* ob-*: Move function definitions before points of usePatrick McDermott2018-12-251-25/+25
|
* opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-241-1/+1
|
* opkbuild, ob-*: Update header comments, copyrights, and licensePatrick McDermott2018-12-241-9/+9
|
* opkbuild, ob-*: Drop magic number interpreter linesPatrick McDermott2018-12-221-2/+0
|
* opkbuild, ob-*: Use variables set by shppPatrick McDermott2018-12-221-1/+1
|
* ob_use(): RemovePatrick McDermott2018-12-221-4/+0
|
* opkbuild, ob-*: Load newly linked libopkbuildPatrick McDermott2018-12-221-1/+1
|
* libopkbuild: Change output file extension to .shoPatrick McDermott2018-12-221-1/+1
|
* ob-*: Use OPK_PACKAGES_REDUCEDP. J. McDermott2014-09-211-1/+1
|
* ob-installdocs: Support patterns in *.pkg/docs.P. J. McDermott2013-09-201-18/+32
|
* src/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
|
* s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-06-151-1/+1
|
* Exit on failure to parse package metadata.P. J. McDermott2012-11-161-2/+2
|
* Make ob_get_doc_files() accept arch and plat args.P. J. McDermott2012-10-251-1/+2
| | | | | | | The contents of the changelog file might be made architecture-dependent by binary rebuilds. So prepare to make the file's pathname architecture-specific to support co-installation of multiple architectures.
* Look both ways before installing documentation.P. J. McDermott2012-10-241-24/+32
|
* Fix creation of documentation directories.P. J. McDermott2012-10-201-3/+5
| | | | | | | | | | | | | | | | | | | Before: $ ls -l usr/share/doc total 4 drwxr-xr-x 2 pj pj 4096 Oct 19 23:24 fakeroot-doc $ ls -l usr/share/doc/fakeroot-doc total 0 lrwxrwxrwx 1 pj pj 23 Oct 19 23:24 fakeroot -> /usr/share/doc/fakeroot After: $ ls -l usr/share/doc total 0 lrwxrwxrwx 1 pj pj 23 Oct 20 12:58 fakeroot-doc -> /usr/share/doc/fakeroot $ ls -l usr/share/doc/fakeroot-doc lrwxrwxrwx 1 pj pj 23 Oct 20 12:58 usr/share/doc/fakeroot-doc -> /usr/share/doc/fakeroot
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Run mkdir in ob-installdocs only if necessary.P. J. McDermott2012-10-111-2/+8
|
* Install docs only for built packages.P. J. McDermott2012-10-091-1/+1
|
* Update environment variable names in ob-* utils.P. J. McDermott2012-10-081-2/+2
|
* Use ob_get_system_path() in utilities.P. J. McDermott2012-10-041-6/+10
|
* Implement ob-installdocs.P. J. McDermott2012-10-041-0/+28
|
* Fix "SH" build system macro in ob-installdocs.P. J. McDermott2012-10-031-1/+1
|
* Write a stub ob-installdocs.P. J. McDermott2012-10-031-0/+37