Sha256: d7afa71dc4888cf2a44ffee886126f0c2b245856914ed86afde0bea651b3efb0

Contents?: true

Size: 176 Bytes

Versions: 20

Compression:

Stored size: 176 Bytes

Contents

%.pdf: %.dot
	dot $< -Tpdf -o $@

%.png: %.dot
	dot $< -Tpng -o $@

DOTFILES = $(basename $(wildcard *.dot))
all: $(addsuffix .png, $(DOTFILES)) $(addsuffix .pdf, $(DOTFILES))

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
rj_schema-1.0.5 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-1.0.4 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-1.0.3 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-1.0.2 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-1.0.1 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-1.0.0 ext/rj_schema/rapidjson/doc/diagram/makefile
simdjson-0.3.0 vendor/simdjson/dependencies/rapidjson/doc/diagram/makefile
rj_schema-0.2.6 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.2.5 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.2.3 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.2.2 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.2.1 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.2.0 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.1.4 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.1.3 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.1.2 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.1.1 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.1.0 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.0.2 ext/rj_schema/rapidjson/doc/diagram/makefile
rj_schema-0.0.1 ext/rj_schema/rapidjson/doc/diagram/makefile