Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9341039
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
335 B
Subscribers
None
Makefile
View Options
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
Details
Attached
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
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment