Page MenuHomeSoftware Heritage

Makefile
No OneTemporary

Makefile

BUILD_TARGETS =
BUILD_TARGETS += swh-archive-copies.pdf swh-archive-copies.svg
all: $(BUILD_TARGETS)
%.svg: %.dia
dia -e $@ $<
%.pdf: %.svg
set -e; if [ $$(inkscape --version 2>/dev/null | grep -Eo '[0-9]+' | head -1) -gt 0 ]; then \
inkscape -o $@ $< ; \
else \
inkscape -A $@ $< ; \
fi
clean:
-rm -f $(BUILD_TARGETS)

File Metadata

Mime Type
text/x-makefile
Expires
Fri, Jul 4, 11:33 AM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3241124

Event Timeline