Skip to content

Commit e329c30

Browse files
authored
Merge pull request #426 from cebarobot/fix-make-install
Fix make install for doc file name
2 parents d060084 + 145b906 commit e329c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install : cls doc
4141
mkdir -p $(TEXMF)/{doc,source,tex}/latex/$(NAME)
4242
mkdir -p $(TEXMF)/bibtex/bst/$(NAME)
4343
cp $(BSTFILES) $(TEXMF)/bibtex/bst/$(NAME)
44-
cp $(NAME).pdf $(TEXMF)/doc/latex/$(NAME)
44+
cp $(NAME)-doc.pdf $(TEXMF)/doc/latex/$(NAME)/$(NAME).pdf
4545
cp $(CLSFILES) $(TEXMF)/tex/latex/$(NAME)
4646

4747
zip : main doc

0 commit comments

Comments
 (0)