File: Makefile.am

package info (click to toggle)
daisy-player 9.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,840 kB
  • ctags: 329
  • sloc: sh: 11,914; ansic: 3,403; makefile: 445; sed: 16
file content (10 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
man_MANS = daisy-player.1

all: daisy-player

daisy-player:
	@which txt2man > /dev/null && txt2man -p ${srcdir}/../doc/$@.txt > ${srcdir}/$@.1
	@file ${srcdir}/$@.1 && \
	   man2html ${srcdir}/$@.1 | tail -n +3 > ${srcdir}/../doc/$@.html

daisy-player.1: