Skip to content

Commit

Permalink
Merge pull request #76 from sagemath/mathscinet
Browse files Browse the repository at this point in the history
adding mathscinet.bib file compiled by Marc Masdeu (@mmasdeu) and integrating it into the build process
  • Loading branch information
haraldschilly authored Jul 19, 2017
2 parents 92cc94b + b0d1d5a commit 4cc3ff0
Show file tree
Hide file tree
Showing 3 changed files with 11,153 additions and 3 deletions.
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

0 comments on commit 4cc3ff0

Please sign in to comment.