Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nathangrigg/vimhelppdf
base: master
Choose a base ref
...
head repository: fedorenchik/vimhelppdf
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    6a66abf View commit details
    Browse the repository at this point in the history
  2. Add distclean target and rm files without error

    1. distclean is more standard target in makefiles.
    2. Ignore exit status from `rm` command (so clean succeed in case
       no files needs to be deleted).
    fedorenchik committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    20e12ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f9ec97 View commit details
    Browse the repository at this point in the history
  4. Add cross-platform buildability (modify preamble.tex automatically)

    Use sed to modify preamble.tex to use common fonts on each platform,
    so the buid can succeed on any platform.
    
    Theoretically, should be able to build on Windows (+ MinGW, Cygwin,
    and any other Windows environment), Mas OS X, Linux, GNU Hurd, *BSD,
    Haiku, Android, and any other modern open-source OS.
    fedorenchik committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    d0af450 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f409c76 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Configuration menu
    Copy the full SHA
    72f2f99 View commit details
    Browse the repository at this point in the history