Move the comments in nsis/README into nsis/Makefile.nmake

Have automake package the nsis files into the source tarball.

svn path=/trunk/; revision=3256
This commit is contained in:
Gilbert Ramirez 2001-04-04 20:08:16 +00:00
parent e03cc2278c
commit fa924d4380
6 changed files with 17 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.114 2001/03/05 22:53:37 gram Exp $
# $Id: configure.in,v 1.115 2001/04/04 20:08:13 gram Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@ -505,6 +505,7 @@ AC_OUTPUT(
doc/Makefile
gtk/Makefile
packaging/Makefile
packaging/nsis/Makefile
packaging/rpm/Makefile
packaging/rpm/ethereal.spec
packaging/svr4/Makefile

View File

@ -1 +1 @@
SUBDIRS = rpm svr4
SUBDIRS = rpm svr4 nsis

View File

@ -0,0 +1,3 @@
Makefile.in
Makefile
*.exe

View File

@ -0,0 +1,4 @@
EXTRA_DIST = \
ethereal.nsi \
GPL.txt \
Makefile.nmake

View File

@ -1,6 +1,12 @@
#
# $Id: Makefile.nmake,v 1.1 2001/04/04 04:50:05 gram Exp $
# $Id: Makefile.nmake,v 1.2 2001/04/04 20:08:16 gram Exp $
#
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
# freeware and non-freeware packages are using it, too.
#
# http://www.nullsoft.com/free/nsis/
include ../../config.nmake

View File

@ -1,7 +0,0 @@
$Id: README,v 1.1 2001/04/04 04:50:05 gram Exp $
http://www.nullsoft.com/free/nsis/
NSIS is a free packager/installer/uninstaller program for Win32.
It was originally written for the Winamp package, but various
freeware and non-freeware packages are using it, too.