~ubuntu-branches/ubuntu/breezy/tiemu/breezy

« back to all changes in this revision

Viewing changes to man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2005-06-02 16:50:15 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050602165015-59ab24414tl2wzol
Tags: 1.99+svn1460-1
* New snapshot.
* debian/control:
  + Updated build-depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
man_MANS = tiemu.1
2
 
 
3
 
EXTRA_DIST = $(man_MANS) cleaner.c manpage.txt
 
2
pkgdata_DATA = Manpage.txt
 
3
 
 
4
EXTRA_DIST = $(man_MANS) cleaner.c Manpage.txt
 
5
 
 
6
all: dist_win
4
7
 
5
8
view: $(man_MANS)
6
9
        groff -Tascii -man $(man_MANS) | less
7
10
 
8
11
dist_win: $(man_MANS)
9
 
        groff -Tascii -man $(man_MANS) > manpage
 
12
        groff -Tascii -man $(man_MANS) > Manpage
10
13
        gcc cleaner.c -o cleaner
11
 
        ./cleaner manpage
12
 
        dos2unix manpage.txt
 
14
        ./cleaner Manpage
 
15
        rm Manpage cleaner