tags 390859 patch
thanks
Hi,
I've created a patch to make changes necessary for doc/ja/Makefile.am
necessary to install Japanese HTML documents. Applying this patch
plus modifying debian/control and debian/rules enables packaging
aptitude-doc-ja (This patch itself doesn't do it).
Could you please apply it?
Many thanks,
-nori
Index: doc/ja/Makefile.am
===================================================================
--- doc/ja/Makefile.am (revision 986)
+++ doc/ja/Makefile.am (revision 987)
@@ -12,7 +12,7 @@
# Put documentation in /usr/share/doc/aptitude (by default)
docdir=$(datadir)/doc/$(PACKAGE)
localemandir=$(mandir)/$(LANGCODE)
-htmldir=$(docdir)/html/$(LANGCODE)
+htmldir=$(DESTDIR)$(docdir)/html/$(LANGCODE)
IMAGES = $(wildcard images/*.png)
@@ -31,9 +31,9 @@
$(mkinstalldirs) $(DESTDIR)$(localemandir)/man8
$(INSTALL_DATA) $(MANPAGE) $(DESTDIR)$(localemandir)/man8/aptitude.8
-# $(mkinstalldirs) $(htmldir)/images
-# $(INSTALL_DATA) output-html/*.html output-html/*.css $(htmldir)
-# $(INSTALL_DATA) output-html/images/* $(htmldir)/images
+ $(mkinstalldirs) $(htmldir)/images
+ $(INSTALL_DATA) output-html/*.html output-html/*.css $(htmldir)
+ $(INSTALL_DATA) output-html/images/* $(htmldir)/images
# $(INSTALL_DATA) $(README) $(DESTDIR)$(pkgdatadir)/$(README)