X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f1813c1ac9924dc6be7dd2b64e019a98340125f6..0c96558b8f453dc10e1e23993158000fdaaee9e8:/doc/makefile diff --git a/doc/makefile b/doc/makefile index f4779b417..1287cfc5f 100644 --- a/doc/makefile +++ b/doc/makefile @@ -1,7 +1,7 @@ # -*- make -*- BASE=.. SUBDIR=doc -SUBDIRS= fr pt_BR es +SUBDIRS= fr ja pt_BR es # Bring in the default rules include ../buildlib/defaults.mak @@ -11,12 +11,12 @@ SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \ cache.sgml method.sgml offline.sgml include $(DEBIANDOC_H) -# Man pages +# XML man pages SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \ - apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \ - apt-extracttemplates.1 vendors.list.5 + apt-config.8 apt_preferences.5 vendors.list.5 \ + apt-sortpkgs.1 apt-ftparchive.1 apt-extracttemplates.1 INCLUDES = apt.ent -include $(SGML_MANPAGE_H) +include $(XML_MANPAGE_H) # Examples SOURCE = examples/apt.conf examples/sources.list examples/configure-index @@ -25,7 +25,7 @@ TARGET = binary include $(COPY_H) #.PHONY: headers library clean veryclean all binary program doc doc.pt_BR doc.fr -doc: doc.fr doc.pt_BR doc.es +doc: doc.fr doc.ja doc.pt_BR doc.es doc.fr: %.fr: $(MAKE) -C fr $* @@ -34,4 +34,7 @@ doc.pt_BR: %.pt_BR: $(MAKE) -C pt_BR $* doc.es: %.es: - $(MAKE) -C es $* \ No newline at end of file + $(MAKE) -C es $* + +doc.ja: %.ja: + $(MAKE) -C ja $*