Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123776
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
Makefile
View Options
GEN_STUFF =
GEN_STUFF += PreservationPyramid.pdf
GEN_STUFF += swh-dataflow.svg
GEN_STUFF += swh-dataflow.pdf
all: $(GEN_STUFF)
support.pdf: support.odg
soffice --headless --convert-to pdf support.odg "-env:UserInstallation=file:///tmp/LibreOffice_Conversion_${USER}"
# incredible libreoffice bug, see http://stackoverflow.com/questions/30349542/command-libreoffice-headless-convert-to-pdf-test-docx-outdir-pdf-is-not
pdfcrop support.pdf
mv support-crop.pdf support.pdf
sponsors.pdf: sponsors.odg
soffice --headless --convert-to pdf sponsors.odg "-env:UserInstallation=file:///tmp/LibreOffice_Conversion_${USER}"
# incredible libreoffice bug, see http://stackoverflow.com/questions/30349542/command-libreoffice-headless-convert-to-pdf-test-docx-outdir-pdf-is-not
pdfcrop sponsors.pdf
mv sponsors-crop.pdf sponsors.pdf
%.svg: %.dia
dia -t svg -e $@ $<
%.pdf: %.svg
inkscape --export-area-drawing --export-pdf $@ $<
PreservationPyramid.pdf: PreservationPyramid.tex
pdflatex PreservationPyramid.tex
pdfcrop PreservationPyramid.pdf
mv PreservationPyramid-crop.pdf PreservationPyramid.pdf
clean:
rm -f *.aux *.toc *.log *.snm *.nav *~
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Jun 21, 6:06 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3275752
Attached To
rMSLD Slides and presentation material
Event Timeline
Log In to Comment