summaryrefslogtreecommitdiffstats
path: root/po-docs/ja
Commit message (Collapse)AuthorAgeFilesLines
* syntax: Use __PATTERNS__ instead of @PATTERNS@ in podwrapper man pages.Richard W.M. Jones2012-10-031-7/+7
| | | | | It is slightly dangerous to use @PATTERNS@, since these might be substituted by autoconf when they appear in Makefile.am files.
* docs: Add guestfsd(8) man page.Richard W.M. Jones2012-10-031-0/+8
|
* po-docs: Copy all *.1 and *.3 files to the install dir.Richard W.M. Jones2012-08-281-4/+2
|
* po-docs: Update the list of man pages.Richard W.M. Jones2012-08-281-8/+26
|
* po-docs: Fix podwrapper so it works on translated POD files.Richard W.M. Jones2012-08-281-3/+22
| | | | | | | | | These don't contain literal strings like "AUTHORS" (they have the translated versions instead) and so checking for these English strings is rather useless. Also we don't usually have the '--license' parameter conveniently around so don't enforce this section.
* po-docs: Don't output translated virt-sysprep page as HTML.Richard W.M. Jones2012-08-281-2/+1
|
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-5/+5
| | | | | This will allow us to easily change the location of this script in future.
* po-docs: Allow parallel builds in po-docs directory.Richard W.M. Jones2012-04-111-3/+8
| | | | | | | The first time the directory is checked out from git, there are no *.pod files. In a parallel build, the first thread notices this and runs the 'make -C .. update-po' rule, but the other threads also try to run at the same time and fail.
* po-docs: No need to touch virt-sysprep.1 output file.Richard W.M. Jones2012-04-111-1/+0
|
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-311-0/+9
|
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
| | | | Update all copyright dates to 2012.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* po-docs: Force make update-po on first build from git.Richard W.M. Jones2011-10-211-0/+5
|
* New tool: virt-sysprep: system preparation for guests.Richard W.M. Jones2011-10-081-1/+2
|
* New tool: virt-alignment-scan to check alignment of partitions.Richard W.M. Jones2011-10-051-0/+1
|
* New tool: virt-sparsify to make disk images sparse.Richard W.M. Jones2011-10-041-1/+2
|
* out-of-tree build: fix documentation generationHilko Bengen2011-08-151-9/+9
|
* Version 1.11.19.1.11.19Richard W.M. Jones2011-07-181-0/+3
|
* po-docs: Include source (POD files) in EXTRA_DIST.Richard W.M. Jones2011-07-181-1/+1
|
* po-docs: Update the list of output manpages.Richard W.M. Jones2011-07-171-15/+15
|
* po-docs: Generate list of *.pod files.Richard W.M. Jones2011-07-171-5/+1
| | | | | | Generate the list of *.pod files, instead of hard coding it (and having it get very very out of date). Store the list in a separate file po-docs/podfiles.
* Exclude po-docs directory completely if po4a not available.Richard W.M. Jones2011-03-291-9/+1
| | | | | | Lift the if HAVE_PO4A ... endif completely out of the po-docs subdirectory, and just exclude the whole subdirectory if the po4a program is not available.
* build: Centralize all POD manipulation in 'podwrapper.sh' script.Richard W.M. Jones2010-11-241-39/+20
|
* build: Don't try to rebuild po-docs/<lang> if no po4a.Maxim Koltsov2010-11-081-2/+6
|
* generator: Generate guestfish-only commands.Richard W.M. Jones2010-09-181-2/+3
| | | | | | The guestfish-only commands such as 'alloc' and 'edit' are now generated from one place in the generator instead of being spread around ad-hoc in the C code.
* Add full docs pot file.Richard Jones2010-09-041-2/+14
|
* Allow manual pages and POD files to be translated.Richard Jones2010-09-021-0/+94
This uses the optional po4a package to split these files into PO files for translation, and reassemble afterwards. Note this creates an extra pot file (po-docs/libguestfs-docs.pot). We don't (yet) combine this with the main po/libguestfs.pot file. The 'libguestfs-docs.pot' file included in this commit is not the real thing, just a short cut down snippet for testing. The real thing is created if you update one of the dependent files and rebuild. Note also the dummy ja.po, for testing the principles.