svn commit: r50809 - head/share/mk
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wblock
Date: Fri Sep 8 14:29:06 2017
New Revision: 50809
URL: https://svnweb.freebsd.org/changeset/doc/50809
Log:
Remove the temporary assembled document after generating a PO file to
make sure it does not hide changes in the English parent from translators.
Sponsored by: iXsystems
Modified:
head/share/mk/doc.docbook.mk
Modified: head/share/mk/doc.docbook.mk
==============================================================================
--- head/share/mk/doc.docbook.mk Fri Sep 8 14:20:54 2017 (r50808)
+++ head/share/mk/doc.docbook.mk Fri Sep 8 14:29:06 2017 (r50809)
@@ -369,7 +369,7 @@ ${PO_LANG}.po: ${DOC}.translate.xml
${MSGMERGE} -o ${PO_LANG}.po.new ${PO_LANG}.po ${PO_LANG}.po.tmp ; \
${MSGATTRIB} --no-obsolete -o ${PO_LANG}.po.new ${PO_LANG}.po ; \
${MV} ${PO_LANG}.po.new ${PO_LANG}.po ; \
- ${RM} ${PO_LANG}.po.tmp ; \
+ ${RM} ${PO_LANG}.po.tmp ${DOC}.translate.xml ; \
else \
${ECHO} "${PO_LANG}.po created, please check and correct the settings in the header" ; \
${MV} ${PO_LANG}.po.tmp ${PO_LANG}.po ; \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"