From a1a30d69bd83e57e494cd3ca5077086077731998 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 28 Dec 2006 02:20:09 +0000 Subject: + 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 --- man/man1/html2markdown.1 | 1 - 1 file changed, 1 deletion(-) delete mode 100644 man/man1/html2markdown.1 (limited to 'man/man1/html2markdown.1') diff --git a/man/man1/html2markdown.1 b/man/man1/html2markdown.1 deleted file mode 100644 index 7b82576d6..000000000 --- a/man/man1/html2markdown.1 +++ /dev/null @@ -1 +0,0 @@ -.so man1/pandoc.1 -- cgit v1.2.3