Re: CTAN update

2024-06-25 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > So I hope for our GNUmakefile, > preview.pdf: latex/preview.drv latex/preview.dtx latex/preview.sty > cd latex; \ > $(PDFLATEX) '\nonstopmode \input{preview.drv}'; \ > $(PDFLATEX) '\nonstopmode \input{preview.drv}'; \ > $(PDFLATEX) '\nonsto

Re: CTAN update

2024-06-25 Thread Ikumi Keita
Hi Arash. > Arash Esbati writes: > Now one can do 'make preview-ctan' and gets a tarball. Ugly is the > suffix part in clean, but it works :-) WDYT? It seems that the new targets don't have expected dependencies. For example, type "make preview-mk.ins" and "make preview.drv" in succession.

Re: CTAN update

2024-06-25 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > It seems that the new targets don't have expected dependencies. For > example, type "make preview-mk.ins" and "make preview.drv" in > succession. The second "make" re-runs > cd latex && $(TEX) '\nonstopmode \input bootstrap.ins' > , which is redundant. Yes, I did

Re: CTAN update

2024-06-25 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > Having a second GNUmakefile in latex/ is something that I'm trying to > avoid; I hope we manage to clean up the one top level and then be done > with it. I can think of something like this; I see. Then I'm fine with your idea. :-) Best, Ikumi Keita #Stand

master 01e0d2c8: Use `setq-local'

2024-06-25 Thread Arash Esbati
branch: master commit 01e0d2c8ef9d7d985533c6ae40e696782443b2f4 Author: Arash Esbati Commit: Arash Esbati Use `setq-local' * style/amsmath.el ("amsmath"): * style/appendix.el ("appendix"): * style/array.el (LaTeX-array-update-column-letters, "array"): * style/beamer.el (L

main a7f2e25f: Create CTAN release tarball for preview

2024-06-25 Thread Arash Esbati
branch: main commit a7f2e25f8f83bc2180f060f74d367f817a4474ed Author: Arash Esbati Commit: Arash Esbati Create CTAN release tarball for preview * GNUmakefile (preview-ctan): Add new rule for making a tarball for CTAN release of preview package. --- GNUmakefile | 29 +