From 7c9792d0d6556b3dfb591678d10a3939272daaca Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 8 Jul 2020 11:29:32 +0200 Subject: on the way to v0.99a --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ae326e..6964926 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ clean: find -iname "*~" -or -iname "*.pdf" | xargs rm -rf find ./* -type f -iname "Makefile" $(findopts) > ls-R find ./* -type f -iname "*.tex" | grep '/samples/' >> ls-R - rsync -avPr --files-from=ls-R . .backup + rsync -aPr --files-from=ls-R . .backup rm -rf * cp -p -r .backup/* . rm -rf .backup @@ -76,7 +76,7 @@ inst: uninst auctex all cp $(NAME).sty $(UTREE)/tex/lualatex/$(NAME) cp $(NAME).lua $(UTREE)/tex/lualatex/$(NAME) cp $(NAME).pdf $(UTREE)/doc/lualatex/$(NAME) - cp -r samples/ $(UTREE)/doc/latex/$(NAME) + cp -r samples/ $(UTREE)/doc/lualatex/$(NAME) local: uninst auctex $(CMP) $(NAME).ins -- cgit v1.2.3