46 Commits

Author SHA1 Message Date
giovannibajo 2aea462adb Update documentation
git-svn-id: http://svn.pyinstaller.org/trunk@786 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 15:54:11 +00:00
giovannibajo 27f547dfb1 Use wkhtmltopdf to create PDF version of the manual.
pdflatex with docutils seems broken nowadays because the Ubuntu
packages are missing a specific .sty file.


git-svn-id: http://svn.pyinstaller.org/trunk@785 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 15:20:47 +00:00
giovannibajo 82083423a4 Fix the |GOBACK| hyperlink
git-svn-id: http://svn.pyinstaller.org/trunk@784 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 15:16:13 +00:00
giovannibajo d5a94d9906 Update URLs and version numbers
git-svn-id: http://svn.pyinstaller.org/trunk@783 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-13 13:34:53 +00:00
giovannibajo 7306f49304 Make sure LD_LIBRARY_PATH is correctly set in one-dir UNIX builds.
This fixes an old time warth where shared libraries were not pulled
correctly in one-dir mode, unless a specific OPTION was specified.
Since it is basically useless nowadays a one-dir build without LD_LIBRARY_PATH,
we default it.

This also means that one-dir builds will fork once on Linux (like one-file
builds already do).


git-svn-id: http://svn.pyinstaller.org/trunk@687 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-07-06 16:37:57 +00:00
giovannibajo 6f3814cc89 DATA files within the PyInstaller executable are now automatically
extracted into the workpath. Moreover, relative paths are supported
for those data files.
This is the first step towards adding support for data files in import hooks.


git-svn-id: http://svn.pyinstaller.org/trunk@612 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-22 16:43:03 +00:00
giovannibajo 2150437196 Update author and e-mail address
git-svn-id: http://svn.pyinstaller.org/trunk@608 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-20 17:43:15 +00:00
giovannibajo ec4235f11a Document better how to build the bootloader under Linux and Mac
git-svn-id: http://svn.pyinstaller.org/trunk@605 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-20 16:23:41 +00:00
htgoebel c7d287e5b5 Reindenting python soucefiles.
git-svn-id: http://svn.pyinstaller.org/trunk@485 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-07-23 19:04:41 +00:00
giovannibajo 8dd99e1026 Add appended_pkg option to EXE() and remove NonELFEXE
Combine ELFEXE and NonELFEXE to a common class EXE. NonELFEXE
functionality can be achieved using the new option append_pkg of
the EXE initialization function. The default value of append_pkg
is taken from the useELFEXE (Make.py -n) to preserve backwards
compatibility of command line behavior.

Now also works on Windows.


git-svn-id: http://svn.pyinstaller.org/trunk@340 8dd32b29-ccff-0310-8a9a-9233e24343b1
2007-11-27 16:37:33 +00:00
giovannibajo 632e046e3d Add warning about egg files
git-svn-id: http://svn.pyinstaller.org/trunk@257 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-02-08 14:02:08 +00:00
giovannibajo 5f4310f898 Update manual reporting the UPX issue
git-svn-id: http://svn.pyinstaller.org/trunk@255 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-02-08 13:30:20 +00:00
giovannibajo 16cc34c992 Make bootloader fully static -- no more issues with MSVCRT71.DLL! (fix ticket #12)
git-svn-id: http://svn.pyinstaller.org/trunk@164 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-10-11 17:34:57 +00:00
giovannibajo 8d847091ad Update makespec documentation after recent changes to command line syntax
git-svn-id: http://svn.pyinstaller.org/trunk@116 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-21 18:22:06 +00:00
giovannibajo aaded3308c Change the main title of the manual
git-svn-id: http://svn.pyinstaller.org/trunk@94 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 18:00:33 +00:00
giovannibajo c3b6a8fc5e Renamed Tutorial.rst into Manual.rst
git-svn-id: http://svn.pyinstaller.org/trunk@88 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 17:31:03 +00:00
giovannibajo b1bcc839fa More formatting fixes
git-svn-id: http://svn.pyinstaller.org/trunk@87 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 15:53:56 +00:00
giovannibajo e2adc5be11 Marked definition terms as code, so that we don't need to put monospace in the CSS
git-svn-id: http://svn.pyinstaller.org/trunk@86 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 15:08:34 +00:00
giovannibajo d8b2319df0 More formatting issues; Add fair warning before appendix
git-svn-id: http://svn.pyinstaller.org/trunk@82 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 00:55:12 +00:00
giovannibajo 89aa121a5a Some other formatting fixes; fix CSS style for code
git-svn-id: http://svn.pyinstaller.org/trunk@81 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 00:29:42 +00:00
giovannibajo 29a6b111c8 Workaround NT shell quoting bug
git-svn-id: http://svn.pyinstaller.org/trunk@80 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 00:09:14 +00:00
giovannibajo 280a62239e Remove ASCII boxes
git-svn-id: http://svn.pyinstaller.org/trunk@79 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 00:08:50 +00:00
giovannibajo 61980c01d2 Other formatting fixes. Document bindepend.py as an utility
git-svn-id: http://svn.pyinstaller.org/trunk@78 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 20:02:52 +00:00
williamcaban 5cacd59da6 Minor fixed to documentation Makefile to force double execution of pdflatex
git-svn-id: http://svn.pyinstaller.org/trunk@77 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 19:37:55 +00:00
williamcaban ecea3c17df Temporary fix to pdf generator assumming '-output-directory=' is not available
git-svn-id: http://svn.pyinstaller.org/trunk@76 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 14:50:37 +00:00
giovannibajo 3f2c92efb8 Use Rev
git-svn-id: http://svn.pyinstaller.org/trunk@75 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 14:19:38 +00:00
giovannibajo 6544bd89f2 Try other properties
git-svn-id: http://svn.pyinstaller.org/trunk@74 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 14:18:41 +00:00
giovannibajo 61b286ed7d Remove Date keyword as it's a duplicate
git-svn-id: http://svn.pyinstaller.org/trunk@73 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 14:14:40 +00:00
giovannibajo 92fbf25d00 Activate keyword substitution
git-svn-id: http://svn.pyinstaller.org/trunk@72 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 14:13:10 +00:00
giovannibajo 5f18bfc6b6 Add document keywords
git-svn-id: http://svn.pyinstaller.org/trunk@71 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 13:54:26 +00:00
giovannibajo 80e944a58c Rework makefile to add support for PDF generation
git-svn-id: http://svn.pyinstaller.org/trunk@70 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 13:50:05 +00:00
giovannibajo e45e702b90 Add a couple of sidebars with some insight on UPX and hidden imports. Add a section about MSVCR71.DLL and Python 2.4
git-svn-id: http://svn.pyinstaller.org/trunk@68 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 13:43:37 +00:00
giovannibajo 3ec2a94012 Formatting fixes again, plus some rewording
git-svn-id: http://svn.pyinstaller.org/trunk@67 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-15 00:02:13 +00:00
giovannibajo 7e0678602a Another batch of formatting fixes and typos, nothing thrilling
git-svn-id: http://svn.pyinstaller.org/trunk@66 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 23:40:54 +00:00
giovannibajo 7d0ddb92c3 Autogenerate the table of contents
git-svn-id: http://svn.pyinstaller.org/trunk@65 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 18:19:47 +00:00
giovannibajo 2b76332075 Fix index and some titleing issues
git-svn-id: http://svn.pyinstaller.org/trunk@64 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 18:08:20 +00:00
giovannibajo 5a25738d4d Fix formatting issues. Reword section about bootloaders
git-svn-id: http://svn.pyinstaller.org/trunk@63 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 17:43:58 +00:00
giovannibajo d963eff26f Typo
git-svn-id: http://svn.pyinstaller.org/trunk@61 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 13:31:25 +00:00
giovannibajo 1cca59e6d2 More blockquotes
git-svn-id: http://svn.pyinstaller.org/trunk@60 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 13:18:22 +00:00
giovannibajo c242a316ae Fix formatting by putting more block quotes
git-svn-id: http://svn.pyinstaller.org/trunk@59 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 13:14:37 +00:00
giovannibajo f1e687d519 fix stylesheet path
git-svn-id: http://svn.pyinstaller.org/trunk@58 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 13:05:36 +00:00
giovannibajo 87732e442b Convert images to png format
git-svn-id: http://svn.pyinstaller.org/trunk@57 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 12:50:23 +00:00
giovannibajo 3b2148c4a3 Fix path of images
git-svn-id: http://svn.pyinstaller.org/trunk@56 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 12:47:48 +00:00
giovannibajo a9810ff501 Trim trailing whitespaces
git-svn-id: http://svn.pyinstaller.org/trunk@55 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 12:47:26 +00:00
giovannibajo 8d81648b3a Readded Tutorial.rst
git-svn-id: http://svn.pyinstaller.org/trunk@54 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 12:46:55 +00:00
giovannibajo c9690054b2 Reorganize directories of doc/
git-svn-id: http://svn.pyinstaller.org/trunk@53 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 12:37:02 +00:00