summaryrefslogtreecommitdiffstats
path: root/doc/man/sconsign.xml
Commit message (Collapse)AuthorAgeFilesLines
* Give sconsign a default filename.Mats Wichmann2019-04-051-20/+36
| | | | | | | | | | | | | | | | sconsign required filename(s) or directory name(s) to do anything, in their absence it just quits silently. Change so if filename argument omitted, use the same default as scons - .sconsign.dblite. print something in case of bad options. add an extra info line in case the sconsign cannot be read due to pickle protocol (when py2 used in a place where scons previously run with py3) Tweak the manpage a bit. Signed-off-by: Mats Wichmann <mats@linux.com>
* PR #3238: sconsign manpage wording for unknown format.Mats Wichmann2018-12-011-3/+3
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Some fixes to sconsignMats Wichmann2018-12-011-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | Two locations which attempt to directly print an item tipped over on py3, so they now decode(). There seem to be cases where implicit dependencies do not have signatures, so instead of looping through the dep list and indexing into the signature list (IndexError), the two lists are now zipped, which means nothing is printed, but sconsign does not die (the zip technique is used in FS.py in the engine). Minor PEP8 changes: spaces around operators; shorter lines; two-blanks rule around classes/functions. Also unused args changed to _ to show it was intentional. Manpage updated slightly - the internal whichdb function explicitly looks for the .dblite suffix, so the claim that if it's not .dbm it is assumed to be dblite was not true. sconsign still will not work on a dblite file which is not suffixed .dblite, but that is an existing problem, not a newly introduced one. Signed-off-by: Mats Wichmann <mats@linux.com>
* - providing MAN page stubs when not all doc packages for the packaging ↵Dirk Baechle2015-01-181-1/+2
| | | | | | process are installed - fixed refmiscinfo for MAN pages
* - improved dependency handling for doc toolchain (no false rebuilds anymore)Dirk Baechle2014-03-111-27/+25
| | | | | | - fixed EPUB builder - corrected anchor style for links in CSS - documents now include chapter in section numbering
* - added doc editor configuration for XXE5Dirk Baechle2014-01-191-1/+1
| | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE
* - switched to different schemaLocation URIDirk Baechle2013-05-031-1/+1
|
* - corrected xincludes for MAN pagesDirk Baechle2013-05-031-3/+4
| | | | | | - started to work on support for UserGuide examples - added xslt for transforming SCons XSD to Docbook documents - added SConstructs for all documents and titlepage for the UserGuide
* - added Docbook Tool to the sourcesDirk Baechle2013-05-031-16/+16
| | | | - added SConstruct for the MAN pages
* - switching MAN pages from troff format to Docbook/refentryDirk Baechle2013-05-031-0/+266