kopia lustrzana https://gitlab.com/sane-project/backends
Reclassify doc/html.sty
It is a package used by doc/sane.tex.merge-requests/1/head
rodzic
2481e1e98b
commit
1ed3b9fa86
|
@ -229,6 +229,7 @@ endif
|
|||
|
||||
API_SPEC_INPUTS = $(srcdir)/sane.tex
|
||||
API_SPEC_INPUTS += $(srcdir)/net.tex
|
||||
API_SPEC_INPUTS += $(srcdir)/html.sty
|
||||
EXTRA_DIST += $(API_SPEC_INPUTS)
|
||||
|
||||
## The *.eps files are included in the $(API_SPEC_INPUTS). They are
|
||||
|
@ -251,10 +252,6 @@ API_SPEC_HTML_ICONS += icons/references.gif icons/references_gr.gif
|
|||
API_SPEC_HTML_ICONS += icons/up.gif icons/up_gr.gif
|
||||
EXTRA_DIST += $(API_SPEC_HTML_ICONS)
|
||||
|
||||
## This is probably(!) used in the HTML conversion.
|
||||
API_SPEC_HTML_STYLE = html.sty
|
||||
EXTRA_DIST += $(API_SPEC_HTML_STYLE)
|
||||
|
||||
am_TEXINPUTS = TEXINPUTS="$(builddir):$(srcdir):$$TEXINPUTS"
|
||||
|
||||
sane.ind: $(API_SPEC_INPUTS)
|
||||
|
|
|
@ -386,8 +386,7 @@ EXTRA_DIST = scanimage.man sane-config.man sane-find-scanner.man \
|
|||
releases.txt sane-logo2.jpg sane-logo.png sane.png \
|
||||
$(DESC_FILES) descriptions/template.desc. $(DESC_EXT_FILES) \
|
||||
descriptions-external/template.desc. $(API_SPEC_INPUTS) \
|
||||
$(API_SPEC_TEX_FIGS) $(API_SPEC_HTML_ICONS) \
|
||||
$(API_SPEC_HTML_STYLE)
|
||||
$(API_SPEC_TEX_FIGS) $(API_SPEC_HTML_ICONS)
|
||||
|
||||
# Create a list of man pages for only backends that are compiled in so
|
||||
# that is all that gets installed. Also, build a complete list of all
|
||||
|
@ -525,7 +524,8 @@ DESC_EXT_FILES = descriptions-external/brother2.desc \
|
|||
descriptions-external/viceo.desc
|
||||
|
||||
API_SPECS = $(am__append_1) $(am__append_2) $(am__append_3)
|
||||
API_SPEC_INPUTS = $(srcdir)/sane.tex $(srcdir)/net.tex
|
||||
API_SPEC_INPUTS = $(srcdir)/sane.tex $(srcdir)/net.tex \
|
||||
$(srcdir)/html.sty
|
||||
API_SPEC_TEX_FIGS = figs/area.fig figs/area.eps figs/flow.fig \
|
||||
figs/flow.eps figs/hierarchy.fig figs/hierarchy.eps \
|
||||
figs/image-data.fig figs/image-data.eps figs/xfer.fig \
|
||||
|
@ -534,7 +534,6 @@ API_SPEC_HTML_ICONS = icons/contents.gif icons/index.gif \
|
|||
icons/next.gif icons/next_gr.gif icons/previous.gif \
|
||||
icons/previous_gr.gif icons/references.gif \
|
||||
icons/references_gr.gif icons/up.gif icons/up_gr.gif
|
||||
API_SPEC_HTML_STYLE = html.sty
|
||||
am_TEXINPUTS = TEXINPUTS="$(builddir):$(srcdir):$$TEXINPUTS"
|
||||
all: all-am
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue