diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-28 02:20:09 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-28 02:20:09 +0000 |
commit | a1a30d69bd83e57e494cd3ca5077086077731998 (patch) | |
tree | 8193378eb51d13a20cf9f28ce479af431d3dcba4 /man/man1/markdown2latex.1 | |
parent | a1539d9ab8141ab11add5b304792e7c9bc7a363a (diff) | |
download | pandoc-a1a30d69bd83e57e494cd3ca5077086077731998.tar.gz |
+ Removed the convenience symlinks (which don't work on Windows under
Cygwin, due to Windows' lack of true symbolic links).
+ Modified the wrappers to use 'pandoc' instead of the symlinks.
+ Modified the Makefile to remove all references to the symlinks.
+ Removed code from Main.hs that made pandoc's behavior depend on the
name of the calling program.
+ Added code to Main.hs that sets default reader and writer based on
extensions of input and output filenames (if provided). (Thanks to
roktas for the idea.)
+ Modified README and man pages accordingly.
+ Removed WINDOWS-README target from Makefile. It is no longer needed
now that we don't have the symlinks.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@295 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/markdown2latex.1')
-rw-r--r-- | man/man1/markdown2latex.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/man1/markdown2latex.1 b/man/man1/markdown2latex.1 deleted file mode 100644 index 7b82576d6..000000000 --- a/man/man1/markdown2latex.1 +++ /dev/null @@ -1 +0,0 @@ -.so man1/pandoc.1 |