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