Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/doc/src/sgml/images/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 578 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
doc/src/sgml/images/Makefile
java.lang.NullPointerException
see README in this directory about image handling

ALL_IMAGES = \
 genetic-algorithm.svg \
 gin.svg \
 pagelayout.svg

DITAA = ditaa
DOT = dot
XSLTPROC = xsltproc --nonet

all: $(ALL_IMAGES)

%.svg.tmp: %.gv
 $(DOT) -T svg -o $@ $<

%.svg.tmp: %.txt
 $(DITAA) -E -S --svg $< $@

Post-processing for SVG files coming from other tools
java.lang.NullPointerException
Use --novalid to avoid loading SVG DTD if a file specifies it, since
it might not be available locally, and we don't need it.
%.svg: %.svg.tmp fixup-svg.xsl
 $(XSLTPROC) --novalid -o $@ $(word 2,$^) $<

Messung V0.5 in Prozent
C=92 H=96 G=93

[Dauer der Verarbeitung: 0.17 Sekunden, vorverarbeitet 2026-08-08]