diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-03-18 00:03:44 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-03-18 00:03:44 +0100 |
commit | a918dcde64adc400d9a20064b4d3ffb1aaef6648 (patch) | |
tree | 5087ad5a5576a532b26c70c3d92f5bf24739c2ef /Makefile | |
parent | 6f7631770ef92d393a5633546e1b797ce2762f1a (diff) | |
download | icite-a918dcde64adc400d9a20064b4d3ffb1aaef6648.tar.gz |
leave icite.ins out of the package archive. insert \ic@titpgdelim after shorthand
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 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)/ |