Sha256: 2467f988fb59af472e9ad1bad27fec4f841c09e9f6e25f485c6ce1b4d4c5ced3

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

COGEN=ruby erbpp_pdf.rb
GENSRC=gsl_pdf.c
GENDEPS=erbpp_pdf.rb ../gen/*.rb ../gen/tmpl/*.c tmpl/*.c

src : $(GENSRC)

$(GENSRC) : $(GENDEPS)
	$(COGEN) > $@

doc : $(GENSRC)
	yard doc $(GENSRC)

clean: cleansrc cleandoc
cleansrc:
	-$(Q)$(RM) $(GENSRC)
cleandoc:
	-$(Q)$(RM_RF) doc .yardoc

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
numo-gsl-0.1.2 ext/numo/gsl/pdf/depend
numo-gsl-0.1.1 ext/numo/gsl/pdf/depend
numo-gsl-0.1.0 ext/numo/gsl/pdf/depend