diff options
Diffstat (limited to 'doc/ja/makefile')
-rw-r--r-- | doc/ja/makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ja/makefile b/doc/ja/makefile new file mode 100644 index 000000000..9e757b590 --- /dev/null +++ b/doc/ja/makefile @@ -0,0 +1,11 @@ +# -*- make -*- +BASE=../.. +SUBDIR=doc/ja + +# Bring in the default rules +include ../../buildlib/defaults.mak + +# Man pages +SOURCE = apt-cache.ja.8 apt-get.ja.8 apt-cdrom.ja.8 apt.conf.ja.5 +INCLUDES = apt.ent.ja +include $(SGML_MANPAGE_H) |