]> git.saurik.com Git - apt.git/blobdiff - doc/makefile
* Updated Spanish translation from Ruben Porras <nahoo8...
[apt.git] / doc / makefile
index ea25628bb6ed336c8ea81d2e9bfb97a73d7a5188..1287cfc5f0bf6a8185c8dcb2f66217ef238de898 100644 (file)
@@ -1,7 +1,7 @@
 # -*- make -*-
 BASE=..
 SUBDIR=doc
 # -*- make -*-
 BASE=..
 SUBDIR=doc
-SUBDIRS= fr pt_BR
+SUBDIRS= fr ja pt_BR es
 
 # Bring in the default rules
 include ../buildlib/defaults.mak
 
 # 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)
 
          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 \
 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      
 INCLUDES = apt.ent      
-include $(SGML_MANPAGE_H)
+include $(XML_MANPAGE_H)
 
 # Examples
 SOURCE = examples/apt.conf examples/sources.list examples/configure-index 
 
 # Examples
 SOURCE = examples/apt.conf examples/sources.list examples/configure-index 
@@ -25,10 +25,16 @@ TARGET = binary
 include $(COPY_H)
 
 #.PHONY: headers library clean veryclean all binary program doc doc.pt_BR doc.fr
 include $(COPY_H)
 
 #.PHONY: headers library clean veryclean all binary program doc doc.pt_BR doc.fr
-doc: doc.fr doc.pt_BR
+doc: doc.fr doc.ja doc.pt_BR doc.es
 
 doc.fr: %.fr:
        $(MAKE) -C fr $*
 
 doc.pt_BR: %.pt_BR:
        $(MAKE) -C pt_BR $*
 
 doc.fr: %.fr:
        $(MAKE) -C fr $*
 
 doc.pt_BR: %.pt_BR:
        $(MAKE) -C pt_BR $*
+
+doc.es: %.es:
+       $(MAKE) -C es $*
+
+doc.ja: %.ja:
+       $(MAKE) -C ja $*