~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to hw/xfree86/doc/man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-12-13 07:27:13 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051213072713-5fc2avvjcsbfxu4h
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Xserver.man covers options generic to all X servers built in this tree
2
2
MAN_SRCS = Xorg.man.pre xorg.conf.man.pre
3
3
 
4
 
man1_MANS = Xorg.man
 
4
appmandir = $(APP_MAN_DIR)
 
5
appman_DATA = Xorg.$(APP_MAN_SUFFIX)
5
6
 
6
 
filemandir = $(mandir)/man$(FILE_MAN_SUFFIX)
 
7
filemandir = $(FILE_MAN_DIR)
7
8
fileman_DATA = xorg.conf.$(FILE_MAN_SUFFIX)
8
9
 
 
10
Xorg.$(APP_MAN_SUFFIX): Xorg.man
 
11
        -rm -f Xorg.$(APP_MAN_SUFFIX)
 
12
        $(LN_S) Xorg.man Xorg.$(APP_MAN_SUFFIX)
 
13
 
9
14
xorg.conf.$(FILE_MAN_SUFFIX): xorg.conf.man
10
15
        -rm -f xorg.conf.$(FILE_MAN_SUFFIX)
11
16
        $(LN_S) xorg.conf.man xorg.conf.$(FILE_MAN_SUFFIX)
14
19
 
15
20
EXTRAMANDEFS = -D__logdir__=$(logdir)
16
21
 
17
 
CLEANFILES = $(man1_MANS) $(fileman_DATA) xorg.conf.man
 
22
CLEANFILES = $(appman_DATA) $(fileman_DATA) xorg.conf.man Xorg.man
18
23
 
19
24
EXTRA_DIST = $(MAN_SRCS)