~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to XpConfig/C/print/models/PSdefault/fonts/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
xpcdir = @xpconfigdir@/C/print/models/PSdefault/fonts
 
2
 
 
3
dist_xpc_DATA =                         \
 
4
        AvantGarde-BookOblique.pmf      \
 
5
        AvantGarde-Book.pmf             \
 
6
        AvantGarde-DemiOblique.pmf      \
 
7
        AvantGarde-Demi.pmf             \
 
8
        Courier-BoldOblique.pmf         \
 
9
        Courier-Bold.pmf                \
 
10
        Courier-Oblique.pmf             \
 
11
        Courier.pmf                     \
 
12
        Helvetica-BoldOblique.pmf       \
 
13
        Helvetica-Bold.pmf              \
 
14
        Helvetica-Oblique.pmf           \
 
15
        Helvetica.pmf                   \
 
16
        LubalinGraph-BookOblique.pmf    \
 
17
        LubalinGraph-Book.pmf           \
 
18
        LubalinGraph-DemiOblique.pmf    \
 
19
        LubalinGraph-Demi.pmf           \
 
20
        NewCenturySchlbk-BoldItalic.pmf \
 
21
        NewCenturySchlbk-Bold.pmf       \
 
22
        NewCenturySchlbk-Italic.pmf     \
 
23
        NewCenturySchlbk-Roman.pmf      \
 
24
        Souvenir-DemiItalic.pmf         \
 
25
        Souvenir-Demi.pmf               \
 
26
        Souvenir-LightItalic.pmf        \
 
27
        Souvenir-Light.pmf              \
 
28
        Symbol.pmf                      \
 
29
        Times-BoldItalic.pmf            \
 
30
        Times-Bold.pmf                  \
 
31
        Times-Italic.pmf                \
 
32
        Times-Roman.pmf                 \
 
33
        ZapfDingbats.pmf
 
34
 
 
35
 
 
36
dest = $(DESTDIR)$(xpcdir)
 
37
 
 
38
remove-stuff:
 
39
        @rm -f $(dest)/fonts.dir
 
40
 
 
41
install-data-hook: remove-stuff
 
42
        $(MKFONTSCALE) -b -s -l $(dest)
 
43
 
 
44
uninstall-hook: remove-stuff