Search
j0ke.net Open Build Service
>
Projects
>
home:hostmaster
>
deb
> dpkg_1.10.23-doc.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File dpkg_1.10.23-doc.patch of Package deb (Revision 8)
Currently displaying revision
8
,
show latest
diff -ru dpkg-1.10.18-orig/doc/Makefile.in dpkg-1.10.18/doc/Makefile.in --- dpkg-1.10.18-orig/doc/Makefile.in 2002-05-20 06:40:26.000000000 +0200 +++ dpkg-1.10.18/doc/Makefile.in 2004-01-26 13:11:06.000000000 +0100 @@ -27,12 +27,12 @@ echo "<!entity dpkg-version \"$(VERSION)\">" >> $@ internals.html/index.html: internals.sgml manuals-version - debiandoc2html -n -D. $< + sgml2html $< install-doc: ifeq (@USE_SGML_DOC@, true) $(mkinstalldirs) $(DESTDIR)$(docdir)/internals/ - set -e ; for i in internals.html/* ; do \ + set -e ; for i in internals*.html ; do \ bn=`basename $$i` ; \ $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/internals/$$bn ; \ done diff -ru dpkg-1.10.18-orig/doc/internals.sgml dpkg-1.10.18/doc/internals.sgml --- dpkg-1.10.18-orig/doc/internals.sgml 2000-05-01 03:24:00.000000000 +0200 +++ dpkg-1.10.18/doc/internals.sgml 2004-01-26 13:11:06.000000000 +0100 @@ -1,8 +1,8 @@ -<!doctype debiandoc system [ +<!doctype linuxdoc system [ <!entity % manuals-version-def system "manuals-version"> %manuals-version-def; ]> -<debiandoc><book> +<book> <titlepag> <title>dpkg Internals Manual</title> @@ -541,4 +541,4 @@ </sect> </chapt> -</book></debiandoc> +</book>