diff options
author | Daniel Burrows <dburrows@debian.org> | 2006-08-02 06:14:49 +0000 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2006-08-02 06:14:49 +0000 |
commit | aafca7972f37e27ff341b2684d44fbe48745694f (patch) | |
tree | 2e7df54894c106ec1dc4aaf12b7511d7e370529d /doc/ja | |
parent | 2f8bef8defbde861998216ca9bd0d57c0dea09b6 (diff) | |
download | aptitude-aafca7972f37e27ff341b2684d44fbe48745694f.tar.gz |
[aptitude @ Add aptitude-man-ja.xsl to EXTRA_DIST in doc/ja/Makefile.am; this file is also needed to build.]
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 31f2bca9..4f45dc9a 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -1,7 +1,7 @@ # automake doesn't play nicely with DocBook :( SUBDIRS=images -EXTRA_DIST=aptitude.xml manpage.xml aptitude-html-ja.xsl +EXTRA_DIST=aptitude.xml manpage.xml aptitude-html-ja.xsl aptitude-man-ja.xsl LANGCODE=ja MANPAGE=aptitude.$(LANGCODE).8 |