Install TRADEMARKS.html and LEGALNOTICE.html missing in HTML.manifest.

This commit is contained in:
Hiroki Sato 2004-02-08 12:34:16 +00:00
parent 3e9c1f7ea6
commit 6b2564e38e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19989

View file

@ -779,6 +779,12 @@ install-${_curformat}: ${DOC}.${_curformat}
@if [ -f ln*.html ]; then \
${INSTALL_DOCS} ln*.html ${DESTDIR}; \
fi
@if [ -f LEGALNOTICE.html ]; then \
${INSTALL_DOCS} LEGALNOTICE.html ${DESTDIR}; \
fi
@if [ -f TRADEMARKS.html ]; then \
${INSTALL_DOCS} TRADEMARKS.html ${DESTDIR}; \
fi
@if [ -f ${.OBJDIR}/${DOC}.ln ]; then \
cd ${DESTDIR}; sh ${.OBJDIR}/${DOC}.ln; \
fi