X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git;a=blobdiff_plain;f=opt%2FMakefile;h=ee7b533170ca7239a15cd3e856cd64c77726a8b6;hp=340faf6d8b2376d32c6acb0f91a7219307827473;hb=2ce28b07f4969f4e13face7646dcf5a090951c34;hpb=bb92a0897e22150bfa1457677d4ed7c7567fd479 diff --git a/opt/Makefile b/opt/Makefile index 340faf6..ee7b533 100644 --- a/opt/Makefile +++ b/opt/Makefile @@ -1,5 +1,8 @@ -PROG = psftopst -install: - perl -c $(PROG).pl - cp $(PROG).pl ~/bin/$(PROG) - cp $(PROG).pl $(PROG) \ No newline at end of file + +PDOC = pst-anamorphosis-doc-scripts + +$(PDOC).pdf: $(PDOC).tex + latex $< && dvips $(PDOC).dvi -o && ps2pdf -dNOSAFER $(PDOC).ps + +clean: + rm -f *.aux *.log *.dvi *.ps \ No newline at end of file