diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-16 19:11:49 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-16 19:11:49 +0000 |
commit | 4ab3eb300360688004a597417f6ce79d828dcf91 (patch) | |
tree | 8e4b62f73ce38144e14388e3d034098d5e7014c7 /web | |
parent | 19bad8253d14b2f9f9919ddf547ce90f9b92d8b3 (diff) | |
download | pandoc-4ab3eb300360688004a597417f6ce79d828dcf91.tar.gz |
+ Small changes to Makefile for better handling of Windows executable.
+ Added windows executable to the website target.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@210 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/index.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/index.txt b/web/index.txt index cbb5d9540..526ee73a2 100644 --- a/web/index.txt +++ b/web/index.txt @@ -18,19 +18,22 @@ For more information, see the [README](README.html) file. **Source distribution:** [`@TARBALL_NAME@`](@TARBALL_NAME@). To install, unpack the archive and follow the instructions in the -[INSTALL](INSTALL.html) file. You'll need the [GHC] Haskell compiler. +[INSTALL](INSTALL.html) file. You'll need the [GHC] Haskell compiler, +version 6.4 or higher. **MacOS X binary package:** [`@OSX_DMG_NAME@`](@OSX_DMG_NAME@). To install, just double-click the package icon in the disk image. See the [installation notes](osx-notes.html) for important information about setting your `PATH`. Note: This package was -compiled on a G4 Mac; it will work on an Intel Mac via emulation. +compiled on a G4 Mac; it will also work on an Intel Mac via emulation. **Debian binary package:** [`@DEB_NAME@`](@DEB_NAME@). To install (on x86 Debian-based linux systems only): sudo dpkg -i @DEB_NAME@ +**Windows executable:** [`@WINDOWS_EXE_NAME@`](@WINDOWS_EXE_NAME@). + **Repository:** Pandoc has a publicly accesible subversion repository at Google Code (<http://code.google.com/p/pandoc>). To check out the latest, bleeding-edge source code: |