Skip to content
Snippets Groups Projects
Commit cbf7b3c9 authored by Goik Martin's avatar Goik Martin
Browse files

Offering PDF solutions

parent 98f2f2da
No related branches found
No related tags found
No related merge requests found
SCRIPTBASENAME=swd1
PLUGINID=de.hdm_stuttgart.mi.swd1
WWWBASE=www.mi.hdm-stuttgart.de:/home/infocenter2/doc
OWNCLOUDPDF=/ma/goik/ownCloud/Lecture/Sda1/solutions.pdf
#
#Eclipsedoc related plugin parameters
#
......@@ -35,6 +35,12 @@ all:${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf jdoc
jdoc : $(foreach pomDir,$(POMDIRS),$(pomDir)/jdoc ) # Pseudotarget
solution:${OWNCLOUDPDF}
${OWNCLOUDPDF}:${SCRIPTBASENAME}.xml
/usr/share/xmlmind/bin/convertdoc db5.toPSFile ${SCRIPTBASENAME}.xml \
-s pdf -s "|pdf" -u ${OWNCLOUDPDF}
${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf:${SCRIPTBASENAME}.xml lastAnswerId.xml
rm -rf ${BUILDBASE} || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment