Commit graph

7740 commits

Author SHA1 Message Date
fiddlosopher
76bd231a70 + Improved man page for pandoc and markdown2pdf.
+ Changed README to recommend iconv on both input and output.
+ Added TODO items.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@53 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-01 04:32:00 +00:00
roktas
aeb250f28d Revert all changes related to automatic ChangeLog creation.
+ Remove ChangeLog and gnuify-changelog.pl
+ Remove 'package' target in Makefile.

Minor unrelated cosmetic changes.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@52 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-31 18:40:47 +00:00
fiddlosopher
2d128f7349 Improvements to Mac OS X package build:
+ Add "pandoc" as bundle identifier to get rid of warning.
+ Remove old make_osx_pkg_dirs script, no longer needed because of
  make target.
+ Add OSX-Welcome, with information about adding /usr/local/bin
  to PATH.
+ Modify Makefile accordingly. 


git-svn-id: https://pandoc.googlecode.com/svn/trunk@51 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-31 17:19:25 +00:00
fiddlosopher
f373c9326a Improved osx-pkg target; added Info.plist and Description.plist.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@50 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-31 07:06:30 +00:00
fiddlosopher
3dbd266d21 Improved LaTeX writer's handling of dashes:
+ Recognize a double hyphen as an Em-dash, even when it occurs next
  to punctuation (e.g. a quotation mark).
+ Collapse space around Em-dashes.
+ Process quotes before dashes.  This way (foo -- 'bar') will turn into
  (foo---`bar') instead of (foo---'bar').


git-svn-id: https://pandoc.googlecode.com/svn/trunk@49 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 23:15:28 +00:00
fiddlosopher
10633afb8d osx-pkg target: install into Package_root subdirectory of osx_dest.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@48 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 16:07:01 +00:00
roktas
fc8a03155e + Revert changes in 'deb' target, add new target 'package' instead. This
target updates ChangeLog and then create packages.
+ Minor fix 'ChangeLog' target, update ChangeLog.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@47 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 13:14:06 +00:00
roktas
45f317e71f Ensure that we have always up-to-date version of ChangeLog before creating
a Debian package.  Make 'ChangeLog' target PHONY to force an update.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@46 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 12:36:32 +00:00
roktas
1ba9113d7e Make debian/rules executable to avoid errors in 'distclean' target.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@45 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 12:15:02 +00:00
roktas
93fe9eecc4 Modifications to create a nice ChangeLog.
+ Add new file 'gnuify-changelog.pl' grabbed and adapted from subversion 
  distribution.
+ Add 'ChangeLog' target to create/update ChangeLog.
+ Update current ChangeLog.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@44 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 12:10:38 +00:00
roktas
bbae8ad31f Really fix cabal version detection.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@43 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 08:18:00 +00:00
roktas
0bd395c5c8 Add pandoc executable to process rules as a dependency. Make osx_dest,
osx-pkg distinction more clear.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@42 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 08:04:30 +00:00
roktas
f081f5ee26 Parameterise "osx-pkg".
git-svn-id: https://pandoc.googlecode.com/svn/trunk@41 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 07:06:40 +00:00
roktas
52f07a04b5 Add a 'osx-pkg' target for the creation of a Mac OSX® package (using
PackageMaker.App).  This target recursively uses 'install-program'
target to populate OSX package directory tree.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@40 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 06:41:26 +00:00
roktas
fe92360ea2 * cabalize: fix cabal version detection by using a bloody hack.
* Makefile:
  + Make 'uninstall-all' depends on 'uninstall-exec'.
  + Make the default target 'all' depends on $(BINS).  Now, invoking
    a plain 'make' builds and creates pandoc in the top directory.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@39 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-30 05:40:41 +00:00
fiddlosopher
db9cebdf91 Bug fixes to make_osx_pkg_dirs.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@38 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-29 20:58:18 +00:00
fiddlosopher
340cb44f05 Added a script to make prepare directories for creation of a
Mac OSX package (using PackageMaker.app).


git-svn-id: https://pandoc.googlecode.com/svn/trunk@37 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-29 20:28:21 +00:00
fiddlosopher
362eec5a4d * Extracted installation instructions from README into a separate file,
INSTALL.  Reason:  Only those who install from source will need the
information in INSTALL, so it does not need to be included in user 
documentation.  Indeed, it might confuse people who install Pandoc by some
other method.
* Minor changes in README (using "Pandoc" as a generic name for the
system, "'pandoc'" as a name for the executable).


git-svn-id: https://pandoc.googlecode.com/svn/trunk@36 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-29 19:58:20 +00:00
fiddlosopher
6bb5548ec3 Changed date on README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@35 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-29 19:32:49 +00:00
fiddlosopher
4972cd5566 Added a comma in README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@34 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-29 18:58:28 +00:00
roktas
40a8480efd Remove 'install-lib', it causes too much trouble which needs to be dealed
in ugly ways.
+ Now, we have 'install-program' and 'install-all' targets.  The former 
  installs only program and user documents, while the latter installs 
  everything: program, user documents, library files and library documents.
+ Behaviour of 'install' target hasn't changed, it calls 'install-program'.
+ Update README accordingly.
+ Implement missing uninstall-* targets (including 'uninstall-all' and 
  'uninstall-program' for the new targets).
+ Call 'install-program' in debian/rules explicitly to prevent confusions.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@33 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-29 12:54:08 +00:00
fiddlosopher
09473903dc Changes to RTF writer:
+ use Helvetica instead of Times New Roman as default font
+ specify \f0 in every \pard; otherwise font sizes are not registered properly
+ modify test of RTF writer accordingly


git-svn-id: https://pandoc.googlecode.com/svn/trunk@32 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-29 08:56:26 +00:00
roktas
57226243fc Portability fix. Remove rmdir(1)'s '--ignore-fail-on-non-empty' option, as
it is unsupported in BSD version.  Note that the relevant line has already 
started with a '-' which means that make(1) will ignore any error.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@31 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-29 07:11:37 +00:00
fiddlosopher
bdfe906c02 + Changed debian/copyright to reflect new website location.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@30 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-28 17:46:35 +00:00
roktas
156be8b17a Merge trunk with ghc66-branch.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@28 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-28 15:13:18 +00:00
fiddlosopher
f0a25e4be1 Acknowledge roktas's contributions in README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@24 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-28 06:35:35 +00:00
fiddlosopher
121cb21f8d + fixed html2markdown usage message, in which w3m occured twice
+ added usage documentation to beginning of fillTemplates.pl


git-svn-id: https://pandoc.googlecode.com/svn/trunk@23 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-28 05:56:02 +00:00
roktas
469a36d845 Minor corrections.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@19 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-27 12:25:11 +00:00
roktas
b7784aa411 Add "-o | --output" option to markdown2pdf, update man file.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@18 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-27 11:43:14 +00:00
fiddlosopher
efb2dbc990 Wording changes in man files.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@17 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-27 06:52:51 +00:00
fiddlosopher
efac753e57 Minor wording change in README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@14 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-27 03:28:22 +00:00
fiddlosopher
bd926fa829 Modified package descriptions in debian/control.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@13 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-27 03:27:41 +00:00
fiddlosopher
c23b3fc905 Give full download URL in debian/copyright.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@12 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-27 03:27:13 +00:00
fiddlosopher
57c4278a04 Fixed jgm's email address in debian changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@11 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-27 03:20:34 +00:00
fiddlosopher
3a9d4b2d16 Minor corrections and improvements to README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@10 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-27 03:16:13 +00:00
roktas
86e8b9635a * Fix man files installation so that we really ignore .svn directories.
* Remove $datadir/doc/pandoc on uninstall-doc.  Only this directory is
  removed since it's a cruft directory due to its name. I couldn't find
  a reliable method to remove other directories created on installation.
* Use fakeroot when invoking dpkg-buildpackage.  Improve warnings in
  'deb' target.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@5 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-20 17:27:57 +00:00
fiddlosopher
7efc3d1864 Added markdown2html to bin_all.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@4 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-19 22:34:35 +00:00
roktas
6307568ca5 As we are using subversion, ignore '.svn' directories when building debs.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@3 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-18 01:00:01 +00:00
fiddlosopher
df7b682251 initial import
git-svn-id: https://pandoc.googlecode.com/svn/trunk@2 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-17 14:22:29 +00:00
(no author)
e7dbfef4d8 Initial directory structure.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-03 02:49:25 +00:00