Add run script examples in automake dist build
git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@54 4a9f3682-ca7b-49a8-9a55-ba4640e46f83
This commit is contained in:
parent
c4782f4211
commit
6e8bac8a22
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=src
|
||||
SUBDIRS=src doc
|
||||
|
||||
EXTRA_DIST=autogen.sh spawn-fcgi.1 CMakeLists.txt
|
||||
man1_MANS=spawn-fcgi.1
|
||||
|
|
1
NEWS
1
NEWS
|
@ -8,6 +8,7 @@ NEWS
|
|||
* Add some ./run script examples for use with daemontools or runit
|
||||
* Fix Invalid Argument in chmod if mode=-1 (fixes 2033)
|
||||
* Add deprecated and /bin/sh info for -f option; wrap syntax output (fixes #2044)
|
||||
* Add run script examples in automake dist build
|
||||
|
||||
- 1.6.2 - 2009-04-18
|
||||
* Add homepage to README
|
||||
|
|
|
@ -84,5 +84,5 @@ if test x$extrawarnings = xtrue; then
|
|||
CFLAGS="${CFLAGS} -g -O2 -g2 -Wall -Wmissing-declarations -Wdeclaration-after-statement -Wcast-align -Winline -Wsign-compare -Wnested-externs -Wpointer-arith -Wl,--as-needed -Wformat-security"
|
||||
fi
|
||||
|
||||
AC_CONFIG_FILES([Makefile src/Makefile])
|
||||
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST=run-generic run-php run-rails
|
Loading…
Reference in New Issue