summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2018-07-08 19:23:56 +0200
committerStefan Sauer <ensonic@users.sf.net>2018-07-08 19:23:56 +0200
commit688f2190b1eb1c1aa09ef94a3e33e8eedaffb510 (patch)
tree4b9455924639164ebc9ee37d0b0a1831399317df
parent97fc6cac0ff088133a08afa886f3bac5376dd7c6 (diff)
downloadgtk-doc-688f2190b1eb1c1aa09ef94a3e33e8eedaffb510.tar.gz
Revert "help/manual: install gtk-doc html version of manual"
This reverts commit ffd5f97ed73a670f1b7687d9a39e80f5f7941332.
-rw-r--r--help/manual/Makefile.am37
1 files changed, 1 insertions, 36 deletions
diff --git a/help/manual/Makefile.am b/help/manual/Makefile.am
index 78fd0bd..9f53322 100644
--- a/help/manual/Makefile.am
+++ b/help/manual/Makefile.am
@@ -17,49 +17,14 @@ HELP_FILES = \
index.docbook \
fdl-appendix.xml
-C/html/index.html: Makefile
- $(AM_V_GEN)xsltproc --nonet \
- --xinclude \
- --output $(srcdir)/C/html/ \
- --stringparam gtkdoc.bookname gtk-doc-manual \
- --stringparam gtkdoc.version $(VERSION) \
- $(top_srcdir)/gtk-doc.xsl \
- $(srcdir)/C/index.docbook
-
HELP_EXTRA = \
version.ent \
- html/index.html \
$(NULL)
-install-data-local:
- @installfiles=`echo $(srcdir)/C/html/*`; \
- if test "$$installfiles" = '$(srcdir)/C/html/*'; \
- then echo 1>&2 'Nothing to install' ; \
- else \
- installdir="$(DESTDIR)$(datadir)/gtk-doc/html/$(HELP_ID)"; \
- $(mkinstalldirs) $${installdir} ; \
- for i in $$installfiles; do \
- echo ' $(INSTALL_DATA) '$$i $$installdir; \
- $(INSTALL_DATA) $$i $${installdir}; \
- done; \
- for i in $(top_srcdir)/style/*.png $(top_srcdir)/style/*.css; do \
- echo ' $(INSTALL_DATA) '$$i $$installdir; \
- $(INSTALL_DATA) $$i $${installdir}; \
- done; \
- fi
-
-uninstall-local:
- @if test -n "$(DOC_MODULE_VERSION)"; then \
- installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
- else \
- installdir="$(DESTDIR)$(TARGET_DIR)"; \
- fi; \
- rm -rf $${installdir}
-
HELP_LINGUAS = bn_IN cs de el en_GB es fr gl gu pt_BR sl sv ta te zh_CN
CLEANFILES = $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)
-GITIGNOREFILES = C/html C/version.ent ??_??/$(HELP_ID).xml ??/$(HELP_ID).xml
+GITIGNOREFILES = C/version.ent ??_??/$(HELP_ID).xml ??/$(HELP_ID).xml
-include $(top_srcdir)/git.mk