~profzoom/ubuntu/quantal/wmaker/bug-1079925

« back to all changes in this revision

Viewing changes to doc/sk/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2004-11-10 14:05:30 UTC
  • Revision ID: james.westby@ubuntu.com-20041110140530-qpd66b5lm38x7apk
Tags: upstream-0.91.0
ImportĀ upstreamĀ versionĀ 0.91.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
mandir=@mandir@/sk
 
4
 
 
5
man_MANS = \
 
6
        geticonset.1x \
 
7
        setstyle.1x \
 
8
        wxpaste.1x \
 
9
        getstyle.1x \
 
10
        wdwrite.1x \
 
11
        wmsetbg.1x \
 
12
        seticons.1x \
 
13
        wmaker.1x \
 
14
        wxcopy.1x
 
15
 
 
16
EXTRA_DIST = $(man_MANS)
 
17