Przeglądaj źródła

move the it translation of the guide to its own subdirectory
for consitents and sake of the universe reasons

David Kalnischkies 17 lat temu
rodzic
commit
0e65be59ac
3 zmienionych plików z 12 dodań i 1 usunięć
  1. 0 0
      doc/it/guide.it.sgml
  2. 11 0
      doc/it/makefile
  3. 1 1
      doc/makefile

doc/guide.it.sgml → doc/it/guide.it.sgml


+ 11 - 0
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)

+ 1 - 1
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)