X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-docs%2Ftrunk%2FMakefile;fp=synfig-docs%2Ftrunk%2FMakefile;h=f29e3dcf41265014a9c7d85c893fdc9cc78c0ae3;hp=c33173a12ec3d4e4459916c55c35921bb13a62b4;hb=0fc419335e0e6dfb708274c8379aebb431025e4a;hpb=af752d969d830451f2e9560d5345e16eb947f1f9 diff --git a/synfig-docs/trunk/Makefile b/synfig-docs/trunk/Makefile index c33173a..f29e3dc 100644 --- a/synfig-docs/trunk/Makefile +++ b/synfig-docs/trunk/Makefile @@ -94,13 +94,15 @@ all: multiple-html ps pdf multiple-html: ${MULTIPLEHTMLDIR}/${DOC}.html cpfilesmultiple -${MULTIPLEHTMLDIR}/${DOC}.html: ${MULTIPLEHTMLDIR} ${INDEX}.sgml.m +${MULTIPLEHTMLDIR}/${DOC}.html: ${MULTIPLEHTMLDIR} ${INDEX}.sgml.m ${SGMLDIR}/${DOC}.tmp.sgml #cp -f ${SGMLDIR}/${INDEX}.sgml.m ${SGMLDIR}/${INDEX}.sgml ${COMPILER} ${MULTIPLEHTMLOPT} ${SGMLDIR}/${DOC}.tmp.sgml mv *.html ${MULTIPLEHTMLDIR} -HTML.index.m: ${DOC}.sgml ${SRCFILES} ${USEINIT} - sed "s:##PATHLANG##:${PATH_LANG}:" ${SGMLDIR}/${DOC}.sgml > ${SGMLDIR}/${DOC}.tmp.sgml +${SGMLDIR}/${DOC}.tmp.sgml: ${SGMLDIR}/${DOC}.sgml + sed "s:##PATHLANG##:${PATH_LANG}:" ${SGMLDIR}/${DOC}.sgml > ${SGMLDIR}/${DOC}.tmp.sgml + +HTML.index.m: ${DOC}.sgml ${SRCFILES} ${USEINIT} ${SGMLDIR}/${DOC}.tmp.sgml ${COMPILER} ${MULTIPLEHTMLOPT} -V html-index ${SGMLDIR}/${DOC}.tmp.sgml > /dev/null mv HTML.index ${SGMLDIR}/HTML.index.m rm *.html