ASCII_DOCS |
= |
[ 'doc/Users guide Apache.html', 'doc/Users guide Nginx.html', 'doc/Users guide Standalone.html', 'doc/Security of user switching support.html', 'doc/Architectural overview.html' |
|
A list of HTML files that are generated with Asciidoc.
|
PREGENERATED_FILES |
= |
[ 'ext/common/Constants.h', 'doc/Packaging.html' |
|
Files that must be generated before packaging.
|
USER_EXECUTABLES |
= |
[ 'passenger', 'passenger-install-apache2-module', 'passenger-install-nginx-module', 'passenger-config' |
SUPER_USER_EXECUTABLES |
= |
[ 'passenger-status', 'passenger-memory-stats' |
GLOB |
= |
[ '.travis.yml', 'configure', 'Rakefile', 'README.md', 'CONTRIBUTING.md', 'LICENSE', 'INSTALL.md', 'NEWS', 'passenger.gemspec', 'build/*.rb', 'lib/*.rb', 'lib/**/*.rb', 'lib/**/*.py', 'bin/*', 'doc/**/*', 'man/*', 'debian/*', 'helper-scripts/*', 'ext/common/**/*.{cpp,c,h,hpp,md,erb}', 'ext/apache2/*.{cpp,h,hpp,c}', 'ext/nginx/*.{c,cpp,h}', 'ext/nginx/config', 'ext/boost/**/*', 'ext/libev/{LICENSE,Changes,README,Makefile.am,Makefile.in}', 'ext/libev/{*.m4,autogen.sh,config.guess,config.h.in,config.sub}', 'ext/libev/{configure,configure.ac,depcomp,install-sh,ltmain.sh,missing,mkinstalldirs}', 'ext/libev/{*.h,*.c}', 'ext/libeio/{LICENSE,Changes,README,Makefile.am,Makefile.in}', 'ext/libeio/{*.m4,autogen.sh,config.guess,config.h.in,config.sub}', 'ext/libeio/{configure,configure.ac,install-sh,ltmain.sh,missing,mkinstalldirs}', 'ext/libeio/{*.h,*.c}', 'ext/oxt/*.hpp', 'ext/oxt/*.cpp', 'ext/oxt/detail/*.hpp', 'ext/ruby/*.{c,rb}', 'dev/*', 'resources/**/*', 'test/.rspec', 'test/*.example', 'test/*.travis', 'test/support/*.{c,cpp,h,rb}', 'test/tut/*', 'test/cxx/**/*.{cpp,h}', 'test/oxt/*.{cpp,hpp}', 'test/ruby/**/*', 'test/integration_tests/**/*', 'test/stub/**/*' |
|
A list of globs which match all files that should be packaged in the
Phusion Passenger gem or tarball.
|
EXCLUDE_GLOB |
= |
[ 'test/stub/rails_apps/3.0/empty/help/**/*', 'test/stub/*.dSYM' |