Changeset d252bd2324ec2607e9f56bc1e159effc968ab993

Show
Ignore:
Timestamp:
02/03/03 01:56:39 (6 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1044233799 +0000
git-parent:

[abddc03ddb13b3424d49658de9c552ec67a5c77e]

git-author:
Sam Hocevar <sam@videolan.org> 1044233799 +0000
Message:
  • ./share/Makefile.am: we weren't distributing the font!
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • share/Makefile.am

    r8641281 rd252bd2  
    1 EXTRA_DIST = \ 
    2     $(DIST_rsrc) $(DIST_fonts) 
     1NULL = 
     2 
     3EXTRA_DIST = $(DIST_rsrc) $(DIST_fonts) 
    34 
    45pkgdatadir = $(datadir)/vlc 
    56 
    67dist_pkgdata_DATA = \ 
    7     $(DIST_familiar) $(DIST_icons16) $(DIST_icons32) $(DIST_icons48) 
     8    $(DIST_familiar) \ 
     9    $(DIST_icons16) \ 
     10    $(DIST_icons32) \ 
     11    $(DIST_icons48) \ 
     12    $(NULL) 
    813 
    914DIST_fonts = \ 
    1015    default8x16.psf \ 
    11     default8x9.psf 
     16    default8x9.psf \ 
     17    font-eutopiabold36.rle \ 
     18    $(NULL) 
    1219 
    1320DIST_rsrc = \ 
     
    1522    vlc_beos.rsrc \ 
    1623    vlc_win32_rc.rc \ 
    17     vlc-icons.xcf 
     24    vlc-icons.xcf \ 
     25    $(NULL) 
    1826 
    1927DIST_familiar = \ 
     
    2432    familiar-preferencesb16x16.xpm \ 
    2533    familiar-rewindb16x16.xpm \ 
    26     familiar-stopb16x16.xpm 
     34    familiar-stopb16x16.xpm \ 
     35    $(NULL) 
    2736 
    2837DIST_icons16 = \ 
     
    3241    qvlc16x16.png \ 
    3342    vlc16x16.png \ 
    34     vlc16x16.xpm 
     43    vlc16x16.xpm \ 
     44    $(NULL) 
    3545 
    3646DIST_icons32 = \ 
     
    4454    qvlc32x32.xpm \ 
    4555    vlc32x32.png \ 
    46     vlc32x32.xpm 
     56    vlc32x32.xpm \ 
     57    $(NULL) 
    4758 
    4859DIST_icons48 = \ 
     
    5364    qvlc48x48.png \ 
    5465    vlc48x48.ico \ 
    55     vlc48x48.png 
     66    vlc48x48.png \ 
     67    $(NULL) 
    5668