[pkg-wine-party] [SCM] Debian Wine documentation packaging branch, master, updated. c2627132eff3ed30a9462b81d3b268bd49b34ed5

Ove Kaaven ovek at arcticnet.no
Sun Jun 15 04:56:09 UTC 2008


The following commit has been merged in the master branch:
commit c2627132eff3ed30a9462b81d3b268bd49b34ed5
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sun Jun 15 06:42:45 2008 +0200

    Renamed HTML documentation directories to more closely follow upstream document naming,
    and fixed SGML documentation file paths in doc-base files.

diff --git a/debian/rules b/debian/rules
index a1184ca..84f1621 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,12 +46,12 @@ install-indep: build-indep
 	dh_installdirs -i
 
 	# generate HTML documentation with desired stylesheet
-	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/wine-devel en/winedev-guide.sgml
-	cp $(HTMLCSS) $(HTMLDIR)/wine-devel
-	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/wine-user en/wineusr-guide.sgml
-	cp $(HTMLCSS) $(HTMLDIR)/wine-user
-	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/winelib-user en/winelib-guide.sgml
-	cp $(HTMLCSS) $(HTMLDIR)/winelib-user
+	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/winedev en/winedev-guide.sgml
+	cp $(HTMLCSS) $(HTMLDIR)/winedev
+	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/wineusr en/wineusr-guide.sgml
+	cp $(HTMLCSS) $(HTMLDIR)/wineusr
+	$(DB2HTML) -d $(HTMLDSL) -o `pwd`/$(HTMLDIR)/winelib en/winelib-guide.sgml
+	cp $(HTMLCSS) $(HTMLDIR)/winelib
 
 install: install-indep
 
diff --git a/debian/wine-doc.doc-base.wine-devel b/debian/wine-doc.doc-base.wine-devel
deleted file mode 100644
index 0e391eb..0000000
--- a/debian/wine-doc.doc-base.wine-devel
+++ /dev/null
@@ -1,12 +0,0 @@
-Document: wine-devel
-Title: Wine Developer's Guide
-Author: The Wine Team
-Abstract: This manual describes how to become a Wine developer.
-Section: Emulators
-
-Format: debiandoc-sgml
-Files: /usr/share/doc/wine-doc/sgml/wine-devel.sgml
-
-Format: HTML
-Index: /usr/share/doc/wine-doc/html/wine-devel/index.htm
-Files: /usr/share/doc/wine-doc/html/wine-devel/*.htm
diff --git a/debian/wine-doc.doc-base.winedev b/debian/wine-doc.doc-base.winedev
new file mode 100644
index 0000000..5c0aed4
--- /dev/null
+++ b/debian/wine-doc.doc-base.winedev
@@ -0,0 +1,12 @@
+Document: winedev-guide
+Title: Wine Developer's Guide
+Author: The Wine Team
+Abstract: This manual describes how to become a Wine developer.
+Section: Emulators
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/wine-doc/sgml/winedev-guide.sgml
+
+Format: HTML
+Index: /usr/share/doc/wine-doc/html/winedev/index.htm
+Files: /usr/share/doc/wine-doc/html/winedev/*.htm
diff --git a/debian/wine-doc.doc-base.winelib b/debian/wine-doc.doc-base.winelib
new file mode 100644
index 0000000..99eb854
--- /dev/null
+++ b/debian/wine-doc.doc-base.winelib
@@ -0,0 +1,12 @@
+Document: winelib-guide
+Title: Winelib User's Guide
+Author: The Wine Team
+Abstract: This manual describes how to write applications with Winelib.
+Section: Emulators
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/wine-doc/sgml/winelib-guide.sgml
+
+Format: HTML
+Index: /usr/share/doc/wine-doc/html/winelib/index.htm
+Files: /usr/share/doc/wine-doc/html/winelib/*.htm
diff --git a/debian/wine-doc.doc-base.winelib-user b/debian/wine-doc.doc-base.winelib-user
deleted file mode 100644
index 943d517..0000000
--- a/debian/wine-doc.doc-base.winelib-user
+++ /dev/null
@@ -1,12 +0,0 @@
-Document: winelib-user
-Title: Winelib User's Guide
-Author: The Wine Team
-Abstract: This manual describes how to write applications with Winelib.
-Section: Emulators
-
-Format: debiandoc-sgml
-Files: /usr/share/doc/wine-doc/sgml/winelib-user.sgml
-
-Format: HTML
-Index: /usr/share/doc/wine-doc/html/winelib-user/index.htm
-Files: /usr/share/doc/wine-doc/html/winelib-user/*.htm
diff --git a/debian/wine-doc.doc-base.wine-user b/debian/wine-doc.doc-base.wineusr
similarity index 50%
rename from debian/wine-doc.doc-base.wine-user
rename to debian/wine-doc.doc-base.wineusr
index 3b655f7..3157dcb 100644
--- a/debian/wine-doc.doc-base.wine-user
+++ b/debian/wine-doc.doc-base.wineusr
@@ -1,4 +1,4 @@
-Document: wine-user
+Document: wineusr-guide
 Title: Wine User's Guide
 Author: The Wine Team
 Abstract: This manual describes how to configure and use Wine,
@@ -6,8 +6,8 @@ Abstract: This manual describes how to configure and use Wine,
 Section: Emulators
 
 Format: debiandoc-sgml
-Files: /usr/share/doc/wine-doc/sgml/wine-user.sgml
+Files: /usr/share/doc/wine-doc/sgml/wineusr-guide.sgml
 
 Format: HTML
-Index: /usr/share/doc/wine-doc/html/wine-user/index.htm
-Files: /usr/share/doc/wine-doc/html/wine-user/*.htm
+Index: /usr/share/doc/wine-doc/html/wineusr/index.htm
+Files: /usr/share/doc/wine-doc/html/wineusr/*.htm

-- 
Debian Wine documentation packaging



More information about the pkg-wine-party mailing list