doc/tutorial-pt-br/Makefile
changeset 11001 0c5c87e8d9fd
parent 9240 0f783cfd9041
equal deleted inserted replaced
11000:303c6b6d436f 11001:0c5c87e8d9fd
    25 
    25 
    26 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
    26 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
    27 
    27 
    28 .NOTPARALLEL:
    28 .NOTPARALLEL:
    29 
    29 
    30 %.eps : %.dia; $(DIA) -t eps $< -e $@
    30 %.eps : %.dia
    31 %.png : %.dia; $(DIA) -t png $< -e $@
    31 	@echo dia $(notdir $<)
    32 %.pdf : %.eps; $(EPSTOPDF) $< -o=$@
    32 	@$(DIA) -t eps $< -e $@ >/dev/null
       
    33 
       
    34 %.png : %.dia
       
    35 	@echo dia $(notdir $<)
       
    36 	@$(DIA) -t png $< -e $@ >/dev/null
       
    37 
       
    38 %.png : %.eps
       
    39 	@echo convert $(notdir $<)
       
    40 	@$(CONVERT) $< $@ >/dev/null
       
    41 
       
    42 %.pdf : %.eps
       
    43 	@echo epstopdf $(notdir $<)
       
    44 	@$(EPSTOPDF) $< -o=$@ >/dev/null
       
    45 	@if test x$($@_width) != x; then $(RESCALE) $($@_width) $@ ; fi
    33 
    46 
    34 help:
    47 help:
    35 	@echo "Please use \`make <target>' where <target> is one of"
    48 	@echo "Please use \`make <target>' where <target> is one of"
    36 	@echo "  html       to make standalone HTML files"
    49 	@echo "  html       to make standalone HTML files"
    37 	@echo "  dirhtml    to make HTML files named index.html in directories"
    50 	@echo "  dirhtml    to make HTML files named index.html in directories"