Skip to content

Commit

Permalink
fix bugs in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
胡海星 committed Oct 9, 2018
1 parent 83afe57 commit 5b96671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@
###############################################################################

BST_FILE=gbt7714-2005.bst
TEXMFLOCAL=$(shell get_texmf_dir.sh)
TEXMFLOCAL=$(shell ./get_texmf_dir.sh)

.PHONY: all

Expand All @@ -19,5 +19,6 @@ all: install
###### install the bst file

install: $(BST_FILE)
mkdir -p $(TEXMFLOCAL)/bibtex/bst/
cp -rvf $(BST_FILE) $(TEXMFLOCAL)/bibtex/bst/
texhash

0 comments on commit 5b96671

Please sign in to comment.