From 73f5279fe5a5e0a37bd9bd41630f4fc97427605d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sun, 19 Feb 2017 20:27:02 +0100 Subject: Made this a proper documented package --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3a4fe16..30c9235 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,15 @@ -install : gpcfhw.cls +gpcfhw.cls : + yes | latex gpcfhw.ins +gpcfmac.sty : + yes | latex gpcfmac.ins +install : clean gpcfhw.cls gpcfmac.sty mkdir -p ~/texmf/tex/latex/gpcfhw/ + mkdir -p ~/texmf/tex/latex/gpcfmac/ + cp gpcfmac.sty ~/texmf/tex/latex/gpcfmac/ cp gpcfhw.cls ~/texmf/tex/latex/gpcfhw/ texhash ~/texmf +clean : + rm -f *.aux *.idx *.glo *.log *.pdf *.sty *.cls *.ind *.ilg *.gls +doc : + pdflatex gpcfmac.dtx + pdflatex gpcfhw.dtx -- cgit v1.2.3