summaryrefslogtreecommitdiffstats
path: root/src/ob-installdocs.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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