diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/it/guide.it.sgml (renamed from doc/guide.it.sgml) | 0 | ||||
-rw-r--r-- | doc/it/makefile | 11 | ||||
-rw-r--r-- | doc/makefile | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/doc/guide.it.sgml b/doc/it/guide.it.sgml index 2dc46e263..2dc46e263 100644 --- a/doc/guide.it.sgml +++ b/doc/it/guide.it.sgml diff --git a/doc/it/makefile b/doc/it/makefile new file mode 100644 index 000000000..b7851768a --- /dev/null +++ b/doc/it/makefile @@ -0,0 +1,11 @@ +# -*- make -*- +BASE=../.. +SUBDIR=doc/it + +# Bring in the default rules +include ../../buildlib/defaults.mak + +# Debian Doc SGML Documents +SOURCE = guide.it.sgml +DEBIANDOC_HTML_OPTIONS=-l it +include $(DEBIANDOC_H) diff --git a/doc/makefile b/doc/makefile index 2a2663fb3..0f6d5afa3 100644 --- a/doc/makefile +++ b/doc/makefile @@ -7,7 +7,7 @@ SUBDIRS= $(dir $(wildcard */makefile)) include ../buildlib/defaults.mak # Debian Doc SGML Documents -SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \ +SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml \ cache.sgml method.sgml offline.sgml include $(DEBIANDOC_H) |