Skip to content

Pr haskell info fixes #427

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

Merged
merged 2 commits into from
Jan 17, 2015
Merged

Pr haskell info fixes #427

merged 2 commits into from
Jan 17, 2015

Conversation

gracjan
Copy link
Contributor

@gracjan gracjan commented Jan 16, 2015

Fixes #262.

Fix also order of chapters in menu to match the order of content.
haskell-mode.texi > haskell-mode-content-order.txt
diff -C 1 haskell-mode-menu-order.txt haskell-mode-content-order.txt
@rm haskell-mode-menu-order.txt haskell-mode-content-order.txt

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I may not have had enough coffee yet this morning, but my reading of this code suggests that the two -order.txt files are created and then immediately removed, such that the code has no effect. Please correct me if I'm wrong!

@gracjan
Copy link
Contributor Author

gracjan commented Jan 17, 2015

This line:

diff -C 1 haskell-mode-menu-order.txt haskell-mode-content-order.txt

will exit with non-zero status when those differ thus stopping make and giving enough info about what is wrong (chapters not matching what was put in menu).

@purcell
Copy link
Member

purcell commented Jan 17, 2015

Makes sense, thanks.

purcell added a commit that referenced this pull request Jan 17, 2015
@purcell purcell merged commit 5ada77e into haskell:master Jan 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

info chapter numbers {7,8} swapped
2 participants