From 24a1083303f4b39dc28f851fd901af67c381ce35 Mon Sep 17 00:00:00 2001 From: gzagatti Date: Wed, 19 Oct 2022 12:06:26 +0800 Subject: [PATCH] moves texlive to latexmk. --- Makefile | 7 ++----- {texlive => latexmk}/latexmkrc | 0 2 files changed, 2 insertions(+), 5 deletions(-) rename {texlive => latexmk}/latexmkrc (100%) diff --git a/Makefile b/Makefile index 4d76cb7..6207277 100644 --- a/Makefile +++ b/Makefile @@ -32,10 +32,6 @@ nix/%: mkdir -p $(workspace)/$(@D:nix/%=%) ln -fs $(dotfiles)/$@ $(workspace)/.config/$(@:nix/%=%) -texlive/%: - mkdir -p $(workspace)/.config/latexmk - ln -fs $(dotfiles)/$@ $(workspace)/.config/latexmk/$(@F) - # symlinks to ~/ ctags/% \ git/% \ @@ -48,6 +44,7 @@ vim/% \ # symlinks to ~/.config/ alacritty/% \ kitty/% \ +latexmk/% \ nnn/% \ nvim/% \ rofi/% \ @@ -83,7 +80,7 @@ nnn \ nvim \ r \ rofi \ -texlive \ +latexmk \ vim \ zathura \ : %: $$(shell find % -type f) diff --git a/texlive/latexmkrc b/latexmk/latexmkrc similarity index 100% rename from texlive/latexmkrc rename to latexmk/latexmkrc