diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | icite.dtx | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -95,7 +95,7 @@ zip: all | |||
95 | 95 | ||
96 | package: distclean all | 96 | package: distclean all |
97 | mkdir $(NAME)/ | 97 | mkdir $(NAME)/ |
98 | cp Makefile README.md $(NAME).{dtx,ins,pdf} $(NAME)/ | 98 | cp Makefile README.md $(NAME).{dtx,pdf} $(NAME)/ |
99 | cp -r samples/ $(NAME)/ | 99 | cp -r samples/ $(NAME)/ |
100 | mkdir -p tex/latex/$(NAME)/ | 100 | mkdir -p tex/latex/$(NAME)/ |
101 | cp $(NAME).sty tex/latex/$(NAME)/ | 101 | cp $(NAME).sty tex/latex/$(NAME)/ |
@@ -1370,7 +1370,7 @@ Running "make install" installs the files in the local TeX tree. | |||
1370 | \@useauthor\ic@authtitdelim\TitleStyle{\@usetitle}% | 1370 | \@useauthor\ic@authtitdelim\TitleStyle{\@usetitle}% |
1371 | \ic@titpgdelim{#1}% | 1371 | \ic@titpgdelim{#1}% |
1372 | \else% | 1372 | \else% |
1373 | \@shorthand, {#1}% | 1373 | \@shorthand\ic@titpgdelim{#1}% |
1374 | \fi% | 1374 | \fi% |
1375 | \else% | 1375 | \else% |
1376 | \fi% | 1376 | \fi% |
@@ -1402,7 +1402,7 @@ Running "make install" installs the files in the local TeX tree. | |||
1402 | #1 \@useauthor\ic@authtitdelim\TitleStyle{\@usetitle}% | 1402 | #1 \@useauthor\ic@authtitdelim\TitleStyle{\@usetitle}% |
1403 | \ic@titpgdelim{#2}% | 1403 | \ic@titpgdelim{#2}% |
1404 | \else% | 1404 | \else% |
1405 | #1 \@shorthand, {#2}% | 1405 | #1 \@shorthand\ic@titpgdelim{#2}% |
1406 | \fi | 1406 | \fi |
1407 | \else% | 1407 | \else% |
1408 | \fi% | 1408 | \fi% |