Changeset 2430:7e36e93dc9a1 for contrib

Show
Ignore:
Timestamp:
2001-06-04 10:14:30 (7 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Clean up the sharedir mess. From Lars Hecking.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • contrib/Makefile.in

    r2316 r2430  
    11# $Id$ 
    22 
    3 SHELL=/bin/sh 
     3SHELL = /bin/sh 
    44 
    5 PACKAGE=@PACKAGE@ 
    6 VERSION=@VERSION@ 
     5PACKAGE = @PACKAGE@ 
     6VERSION = @VERSION@ 
    77 
    8 prefix=@prefix@ 
    9 exec_prefix=@exec_prefix@ 
    10 bindir=@bindir@ 
    11 libdir=@libdir@ 
    12 mandir=@mandir@ 
    13 sharedir=@sharedir@ 
    14 srcdir=@srcdir@ 
    15 docdir=@docdir@ 
    16 top_srcdir=@top_srcdir@ 
    17 top_builddir=.. 
    18 INSTALL=@INSTALL@ 
    19 VPATH=@srcdir@ 
     8prefix = @prefix@ 
     9exec_prefix = @exec_prefix@ 
     10bindir = @bindir@ 
     11libdir = @libdir@ 
     12mandir = @mandir@ 
     13srcdir = @srcdir@ 
     14docdir = @docdir@ 
     15top_srcdir = @top_srcdir@ 
     16top_builddir = .. 
     17INSTALL = @INSTALL@ 
     18VPATH = @srcdir@ 
    2019@SET_MAKE@ 
    2120 
    22 subdir=contrib 
     21subdir = contrib 
    2322 
    24 SAMPLES=Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ 
     23SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ 
    2524        sample.muttrc  sample.mailcap sample.muttrc-tlr 
    2625 
    27 DISTFILES= Makefile.in language.txt language50.txt  \ 
     26DISTFILES = Makefile.in language.txt language50.txt  \ 
    2827        patch.slang-1.2.2.keypad.1      \ 
    2928        $(SAMPLES) 
    3029 
    31 ICONV_DISTFILES=README make.sh 
     30ICONV_DISTFILES = README make.sh 
    3231 
    3332all clean: