diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/lshort/vietnamese/src/Makefile |
Initial commit
Diffstat (limited to 'info/lshort/vietnamese/src/Makefile')
-rw-r--r-- | info/lshort/vietnamese/src/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/info/lshort/vietnamese/src/Makefile b/info/lshort/vietnamese/src/Makefile new file mode 100644 index 0000000000..70910a0419 --- /dev/null +++ b/info/lshort/vietnamese/src/Makefile @@ -0,0 +1,43 @@ +# Copyright Reinhard Kotucha and Nguyen Tan Khoa +# License: LPPL version 1.3 or newer + + +default: print screen + +screen: + pdflatex lshort-vi.tex + pdflatex lshort-vi.tex + pdflatex lshort-vi.tex + makeindex lshort-vi.idx + pdflatex lshort-vi.tex + thumbpdf lshort-vi.pdf + pdflatex lshort-vi.tex + +print: + pdflatex lshort-print-vi.tex + pdflatex lshort-print-vi.tex + pdflatex lshort-print-vi.tex + makeindex lshort-print-vi.idx + pdflatex lshort-print-vi.tex + +clean: + rm -vf *.{aux,lo?,out,idx,toc,exa,ilg,ind,tpt} + +distclean: clean + rm *.pdf + +ctan: screen print clean + cp -pf README.txt .. + mv *.pdf .. + (cd ../.. && tar -czvf vietnamese.tar.gz vietnamese) + + +#### + +USER=reinhard-k@shells.sourceforge.net +DIR=home/groups/v/vn/vntex/htdocs/doc/lshort-vi + +LSHORTDIR="$(USER):/$(DIR)" + +vntex: + cd .. && scp -pr * $(LSHORTDIR)
\ No newline at end of file |