Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -e switch to mkiocccentry for txzchk #908

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Commits on Jul 12, 2024

  1. Fix (hopefully) workflow of make release

    The problem, it would appear, is that in trying to be done for the day,
    I forgot to commit the Makefile, which would mean the rule could not be
    run since it was not there.
    xexyl committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b8a4c2c View commit details
    Browse the repository at this point in the history
  2. Add -e switch to mkiocccentry for txzchk

    The mkiocccentry_test.sh script always uses this option to simplify
    things and because the ones who run it most often (or make prep or make
    release, the latter of which was run) appreciate the option as well (and
    it's quicker to do which allows getting to other more important things).
    
    MKIOCCCENTRY_VERSION changed to "1.0.7 2024-07-12".
    
    Man page mkiocccentry.1 updated.
    xexyl committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    534c9bc View commit details
    Browse the repository at this point in the history