db2tml output goes to temporary dir first
svn: r908
This commit is contained in:
parent
93e87c8d68
commit
8d392a5a9d
@ -6,7 +6,7 @@ MANDIR = ${GM}
|
|||||||
all: ${MANDIR}/index.html
|
all: ${MANDIR}/index.html
|
||||||
|
|
||||||
${MANDIR}/index.html: ${MANSRC}
|
${MANDIR}/index.html: ${MANSRC}
|
||||||
${DB2HTML} ${MANSRC} -o ${MANDIR}
|
${DB2HTML} ${MANSRC} -o ./tmp
|
||||||
mv ./tmp/*.html ./${MANDIR}.junk
|
mv ./tmp/*.html ./${MANDIR}.junk
|
||||||
rmdir ./tmp
|
rmdir ./tmp
|
||||||
mv ${MANDIR}/stylesheet-images ./${MANDIR}.junk/
|
mv ${MANDIR}/stylesheet-images ./${MANDIR}.junk/
|
||||||
|
Loading…
Reference in New Issue
Block a user