From 0e65be59ac218d9479d429ab6cf24e072fdb819b Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 30 Sep 2009 19:15:38 +0200 Subject: [PATCH] move the it translation of the guide to its own subdirectory for consitents and sake of the universe reasons --- doc/{ => it}/guide.it.sgml | 0 doc/it/makefile | 11 +++++++++++ doc/makefile | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) rename doc/{ => it}/guide.it.sgml (100%) create mode 100644 doc/it/makefile diff --git a/doc/guide.it.sgml b/doc/it/guide.it.sgml similarity index 100% rename from doc/guide.it.sgml rename to 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) -- 2.50.0