X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git;a=blobdiff_plain;f=opt%2FMakefile;fp=opt%2FMakefile;h=12dd0582666b7064cc2d1248e4ba5b1329bc9172;hp=ee7b533170ca7239a15cd3e856cd64c77726a8b6;hb=3e04f689aaa6a3ccc8d437ebf44b3f7d840916cb;hpb=d4ceb8323756c3a504bac326e78d788c17050e1f diff --git a/opt/Makefile b/opt/Makefile index ee7b533..12dd058 100644 --- a/opt/Makefile +++ b/opt/Makefile @@ -1,8 +1,16 @@ +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