5 # Bring in the default rules
6 include ../../buildlib/defaults.mak
8 # Do not use XMLTO, build the manpages directly with XSLTPROC
9 XSLTPROC=/usr/bin/xsltproc
10 STYLESHEET=./style.ja.xsl
14 SOURCE = apt-cache.ja.8 apt-get.ja.8 apt-cdrom.ja.8 apt.conf.ja.5 \
15 sources.list.ja.5 apt-config.ja.8 apt-sortpkgs.ja.1 \
16 apt-ftparchive.ja.1 apt_preferences.ja.5 apt-extracttemplates.ja.1 \
17 apt-key.ja.8 apt-secure.ja.8
23 $(SOURCE) :: % : %.xml $(INCLUDES)
24 echo Creating man page $@
25 $(XSLTPROC) -o $@ $(STYLESHEET) $<
27 apt-cache.ja.8:: apt-cache.8
30 apt-get.ja.8:: apt-get.8
33 apt-cdrom.ja.8:: apt-cdrom.8
36 apt.conf.ja.5:: apt.conf.5
39 apt-config.ja.8:: apt-config.8
42 sources.list.ja.5:: sources.list.5
45 apt-sortpkgs.ja.1:: apt-sortpkgs.1
48 apt-ftparchive.ja.1:: apt-ftparchive.1
51 apt_preferences.ja.5:: apt_preferences.5
54 apt-extracttemplates.ja.1:: apt-extracttemplates.1
57 apt-key.ja.8:: apt-key.8
60 apt-secure.ja.8:: apt-secure.8