2012-08-22 11:04:03 +04:00
|
|
|
--- hplip-3.12.6/Makefile.am.87_move_documentation 2012-06-26 18:20:47.000000000 +0200
|
|
|
|
+++ hplip-3.12.6/Makefile.am 2012-06-26 18:21:22.582234758 +0200
|
|
|
|
@@ -27,11 +27,11 @@ include cups_drv.inc
|
|
|
|
|
|
|
|
if DOC_BUILD
|
|
|
|
wwwsrc = doc
|
|
|
|
-www0dir = $(docdir)
|
|
|
|
+www0dir = $(hpdocdir)/HTML
|
|
|
|
dist_www0_DATA = $(wwwsrc)/index.html $(wwwsrc)/commandline.html $(wwwsrc)/copying.html $(wwwsrc)/devicemanager.html $(wwwsrc)/faxtrouble.html $(wwwsrc)/gettinghelp.html $(wwwsrc)/hpscan.html $(wwwsrc)/mainttask.html $(wwwsrc)/plugins.html $(wwwsrc)/print.html $(wwwsrc)/printing.html $(wwwsrc)/printoptions.html $(wwwsrc)/printtroubleshooting.html $(wwwsrc)/scanning.html $(wwwsrc)/scantrouble.html $(wwwsrc)/sendfax.html $(wwwsrc)/setup.html $(wwwsrc)/systray.html $(wwwsrc)/troubleshooting.html $(wwwsrc)/uninstalling.html $(wwwsrc)/upgrading.html
|
|
|
|
-www3dir = $(docdir)/styles
|
|
|
|
+www3dir = $(www0dir)/styles
|
|
|
|
dist_www3_DATA = $(wwwsrc)/styles/*
|
|
|
|
-www4dir = $(docdir)/images
|
|
|
|
+www4dir = $(www0dir)/images
|
|
|
|
dist_www4_DATA = $(wwwsrc)/images/*
|
|
|
|
endif
|
|
|
|
|