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

adding mathscinet.bib file compiled by Marc Masdeu (@mmasdeu) and integrating it into the build process #76

Merged
merged 4 commits into from
Jul 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN = python $(SCRIPT)

default: build

build: update publications-combinat.html publications-general.html publications-mupad.html
build: update publications-combinat.html publications-general.html publications-mupad.html publications-mathscinet.html

update:
git fetch origin
Expand All @@ -20,5 +20,8 @@ publications-combinat.html: Sage-Combinat.bib $(SCRIPT)
publications-mupad.html: MuPAD-Combinat.bib $(SCRIPT)
$(RUN) mupad

publications-mathscinet.html: mathscinet.bib $(SCRIPT)
$(RUN) mathscinet

clean:
- rm -f *.html
- rm -f *.html
Loading