File: Makefile

package info (click to toggle)
tableau-parm 0.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 204 kB
  • sloc: ansic: 377; makefile: 31
file content (7 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
# $Id: Makefile 30 2009-09-29 18:52:10Z tim $


#XXX: Used during release only
release:
	docbook2x-man --to-stdout tableau-parm.1.docbook | sed 's/.SH DESCRIPTION/\n.SH DESCRIPTION/' > man/man1/tableau-parm.1
	cd man/man1 && gzip -9 -f tableau-parm.1