33
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added uninstall-pandoc script to Mac OS X package. Added information about uninstalling to Welcome message. More... about 18 years ago
Added uninstall-pandoc script for Mac OS X package. More... about 18 years ago
Changes to osx-pkg and osx-dmg targets. More... about 18 years ago
Improved osx-dmg and osx-pkg targets in Makefile. More... about 18 years ago
Use iconv on output as well as input in wrapper scripts. More... about 18 years ago
Improved man files for pandoc and all wrappers. More... about 18 years ago
Renamed OSX-Welcome as Welcome. More... about 18 years ago
Remove files from top-level that have been moved to osx directory. More... about 18 years ago
Added osx directory for source files for Mac OS X package, to reduce clutter at top level. More... about 18 years ago
+ Improved man page for pandoc and markdown2pdf. + Changed README to recommend iconv on both input and output. + Added TODO items. More... about 18 years ago
Revert all changes related to automatic ChangeLog creation. + Remove ChangeLog and gnuify-changelog.pl + Remove 'package' target in Makefile. More... about 18 years ago
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. More... about 18 years ago
Improved osx-pkg target; added Info.plist and Description.plist. More... about 18 years ago
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'). More... about 18 years ago
osx-pkg target: install into Package_root subdirectory of osx_dest. More... about 18 years ago
+ Revert changes in 'deb' target, add new target 'package' instead. This target updates ChangeLog and then create packages. + Minor fix 'ChangeLog' target, update ChangeLog. More... about 18 years ago
Ensure that we have always up-to-date version of ChangeLog before creating a Debian package. Make 'ChangeLog' target PHONY to force an update. More... about 18 years ago
Make debian/rules executable to avoid errors in 'distclean' target. More... about 18 years ago
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. More... about 18 years ago
Really fix cabal version detection. More... about 18 years ago
Add pandoc executable to process rules as a dependency. Make osx_dest, osx-pkg distinction more clear. More... about 18 years ago
Parameterise "osx-pkg". More... about 18 years ago
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. More... about 18 years ago
* 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. More... about 18 years ago
Bug fixes to make_osx_pkg_dirs. More... about 18 years ago
Added a script to make prepare directories for creation of a Mac OSX package (using PackageMaker.app). More... about 18 years ago
* 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). More... about 18 years ago
Changed date on README. More... about 18 years ago
Added a comma in README. More... about 18 years ago
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. More... about 18 years ago