equal
deleted
inserted
replaced
586 |
586 |
587 .PHONY: todo |
587 .PHONY: todo |
588 todo: |
588 todo: |
589 grep -nH 'TODO\|XXX' $(RST_FILES) $(C5_FILES) |
589 grep -nH 'TODO\|XXX' $(RST_FILES) $(C5_FILES) |
590 |
590 |
591 .PHONY: logo-png |
|
592 logo-png: logo-64x64.png |
|
593 |
|
594 # Require: |
|
595 # $ sudo apt-get install imagemagick librsvg2-bin |
|
596 %.png: %.svg |
|
597 convert +antialias -background transparent $< $@ |
|
598 |
|
599 ################################################################ |
591 ################################################################ |
600 # Clean targets. |
592 # Clean targets. |
601 |
593 |
602 .PHONY: distclean |
594 .PHONY: distclean |
603 distclean: clean |
595 distclean: clean |