File: README

package info (click to toggle)
libtext-markdown-discount-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,524 kB
  • sloc: ansic: 5,765; pascal: 1,027; sh: 208; makefile: 196; perl: 184
file content (14 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Build utilities in this directory


branch.c:       generates a branch suffix for the version# (in version.c)
		if the code was built from a non-master git branch
checkbits.sh:   check that the MKD_ flags in markdown.h and mkdio.h are
		identical
cols.c:         a format prettifier for test progress output (truncates
		the input to a fixed width, treating utf-8 character
		sequences as one cell wide.)   A bit of a kludge, since it
		doesn't consider zero-width or multi-cell glyphs.
echo.c:         echo, localized so configure.sh doesn't have to thrash around
		figuring whether the system echo uses -n or /c (or whatever)
		to do output w/o a trailing newline