~ubuntu-branches/debian/squeeze/draai/squeeze

« back to all changes in this revision

Viewing changes to man/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2009-06-14 20:20:04 UTC
  • Revision ID: james.westby@ubuntu.com-20090614202004-32ve7j06wt034tk1
Tags: upstream-20090615
ImportĀ upstreamĀ versionĀ 20090615

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
all: draai.1 dr_cdrip.1 dr_permutate.1 dr_symlinks.1 dr_watch.1
 
3
 
 
4
clean:
 
5
        -rm draai.1 dr_cdrip.1 dr_permutate.1 dr_symlinks.1 dr_watch.1
 
6
 
 
7
## draai.1: ../script/draai
 
8
#       # generate draai(1) using help2man ( ftp://ftp.gnu.org/gnu/help2man/ )
 
9
#       # PYTHONPATH=`pwd`/../modules help2man --output $@ --name='manage playlists and play audio files' --no-info `pwd`/../script/draai
 
10
##      help2man --output $@ --name='manage playlists and play audio files' --no-info `pwd`/../script/draai
 
11
 
 
12
draai.1: draai.azm
 
13
        zoem -d roff -i $< -o $@
 
14
        zoem -d roff -i $< -o $@
 
15
 
 
16
draai.ps: draai.1
 
17
        troff -man $< > $@
 
18
 
 
19
draai.html: draai.azm
 
20
        zoem -d html -i $< -o $@
 
21
        zoem -d html -i $< -o $@
 
22
 
 
23
## use -Tuft8 if you really need non-ascii characters
 
24
draai.txt: draai.1
 
25
        troff -t -e -mandoc -Tascii $< | col -bxp > $@
 
26
 
 
27
dr_cdrip.1: ../script/dr_cdrip
 
28
        pod2man --center=Draai --release="draai $$(cat ../VERSION)" $< $@
 
29
 
 
30
dr_permutate.1: ../script/dr_permutate
 
31
        pod2man --center=Draai --release="draai $$(cat ../VERSION)" $< $@
 
32
 
 
33
dr_symlinks.1: dr_symlinks.azm
 
34
        zoem -d roff -i $< -o $@
 
35
        zoem -d roff -i $< -o $@
 
36
 
 
37
dr_watch.1: dr_watch.azm
 
38
        zoem -d roff -i $< -o $@
 
39
        zoem -d roff -i $< -o $@