Changeset 2430:7e36e93dc9a1 for contrib
- Timestamp:
- 2001-06-04 10:14:30 (7 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
contrib/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/Makefile.in
r2316 r2430 1 1 # $Id$ 2 2 3 SHELL =/bin/sh3 SHELL = /bin/sh 4 4 5 PACKAGE =@PACKAGE@6 VERSION =@VERSION@5 PACKAGE = @PACKAGE@ 6 VERSION = @VERSION@ 7 7 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@ 8 prefix = @prefix@ 9 exec_prefix = @exec_prefix@ 10 bindir = @bindir@ 11 libdir = @libdir@ 12 mandir = @mandir@ 13 srcdir = @srcdir@ 14 docdir = @docdir@ 15 top_srcdir = @top_srcdir@ 16 top_builddir = .. 17 INSTALL = @INSTALL@ 18 VPATH = @srcdir@ 20 19 @SET_MAKE@ 21 20 22 subdir =contrib21 subdir = contrib 23 22 24 SAMPLES =Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \23 SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ 25 24 sample.muttrc sample.mailcap sample.muttrc-tlr 26 25 27 DISTFILES = Makefile.in language.txt language50.txt \26 DISTFILES = Makefile.in language.txt language50.txt \ 28 27 patch.slang-1.2.2.keypad.1 \ 29 28 $(SAMPLES) 30 29 31 ICONV_DISTFILES =README make.sh30 ICONV_DISTFILES = README make.sh 32 31 33 32 all clean:
