From owner-freebsd-translators@freebsd.org Wed Jan 6 19:14:35 2016 Return-Path: Delivered-To: freebsd-translators@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A327A6559E for ; Wed, 6 Jan 2016 19:14:35 +0000 (UTC) (envelope-from trig4800@gmail.com) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24A361C8D; Wed, 6 Jan 2016 19:14:32 +0000 (UTC) (envelope-from trig4800@gmail.com) Received: by mail-qk0-x231.google.com with SMTP id h11so16978709qke.1; Wed, 06 Jan 2016 11:14:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=R0GeMjJbx4rSroqBat/uf+E5Kqo8s6z4cALvlv8CgbA=; b=Tt9UyY/6069lfFUvkLwg9H2MF3UX5Hsmzog5MzYEzVJU8VzeVj9RoN23vXzJZJMNne LSPeFBtF/z9K4+cevo3m/ydMPNZLApmiLSKIF/HaVAF1rT4IgdGAtgvjOHkCEYy/Syoi SZ2gmTwSZ2I37NGg2QPdaljJS1q919cQJBfiipX3rKjNJLPV4iQcXzzuHrk8DwsB8hIt rhdASJMu57Y+QCGxB9RMmgF61wzCEXbPQif5vZzTAMzpt5G/tMkTRxKTJA9CquAWvot5 8WAcm6b1Wrtlk8AHkd0lK772lVBnZoTLIwB77KGB4gMdGNxQ71KBwwBE8XenSBrTprA9 jlGg== MIME-Version: 1.0 X-Received: by 10.129.50.199 with SMTP id y190mr81520815ywy.147.1452107671156; Wed, 06 Jan 2016 11:14:31 -0800 (PST) Received: by 10.37.224.71 with HTTP; Wed, 6 Jan 2016 11:14:31 -0800 (PST) Date: Thu, 7 Jan 2016 04:14:31 +0900 Message-ID: Subject: make po in handbook doesn't work From: Hoyoung Kim To: freebsd-translators@FreeBSD.org Cc: wblock@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-translators@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Translators List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 19:14:35 -0000 Hello :) I recently resumed Korean translation and got in trouble. I followed the instruction in 12.3. of fdp-primer( http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/po-translations-creating.html ) to generate PO files. This worked fine with some articles(bsdl-gpl, contributing and explaining-bsd) and books(developers-handbook, faq, fdp-primer and porters-handbook). However, I got the error when I tried to generate po for handbook: hwong@TeamAFK:~/freebsd-doc-kr/ko_KR.UTF-8/books/handbook % make po make: don't know how to make /usr/home/hwong/freebsd-doc-kr/en_US.ISO8859-1/books/handbook/mirrors.lastmod.inc. Stop I looked around for several files, but failed to fix. Makefile of handbook and current structure of Korean directory can be found here: https://github.com/kr-bsd/freebsd-doc-kr/blob/master/ko_KR.UTF-8/books/handbook/Makefile What should I do to create po file for handbook? Thank you, and Happy New Year!