Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 192292 | Differences between
and this patch

Collapse All | Expand All

(-)taglib-sharp-2.0.2.0/docs/Makefile.am (-6 lines)
Lines 33-44 Link Here
33
33
34
taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
34
taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
35
	$(DOC_ASSEMBLER) $(srcdir)/en
35
	$(DOC_ASSEMBLER) $(srcdir)/en
36
37
install-data-hook:
38
	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --insert "TagLib#" classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
39
40
uninstall-hook:
41
	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --remove classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
42
endif
36
endif
43
37
44
EXTRA_DIST = \
38
EXTRA_DIST = \
(-)taglib-sharp-2.0.2.0/docs/Makefile.in (-6 lines)
Lines 386-397 Link Here
386
386
387
@BUILD_DOCS_TRUE@taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
387
@BUILD_DOCS_TRUE@taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
388
@BUILD_DOCS_TRUE@	$(DOC_ASSEMBLER) $(srcdir)/en
388
@BUILD_DOCS_TRUE@	$(DOC_ASSEMBLER) $(srcdir)/en
389
390
@BUILD_DOCS_TRUE@install-data-hook:
391
@BUILD_DOCS_TRUE@	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --insert "TagLib#" classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
392
393
@BUILD_DOCS_TRUE@uninstall-hook:
394
@BUILD_DOCS_TRUE@	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --remove classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
395
# Tell versions [3.59,3.63) of GNU make to not export all variables.
389
# Tell versions [3.59,3.63) of GNU make to not export all variables.
396
# Otherwise a system limit (for SysV at least) may be exceeded.
390
# Otherwise a system limit (for SysV at least) may be exceeded.
397
.NOEXPORT:
391
.NOEXPORT:

Return to bug 192292