doc/reference/pidgin/Makefile.am

branch
soc.2013.gobjectification.plugins
changeset 37121
fba6e5400a2a
parent 37117
ece784fc00a9
parent 35606
b6d82f891592
child 37136
cfa7c57f9ca5
equal deleted inserted replaced
37120:9b5c7e27c8d9 37121:fba6e5400a2a
139 # Files not to distribute 139 # Files not to distribute
140 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types 140 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
141 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt 141 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
142 DISTCLEANFILES = $(DOC_MODULE).types $(DOC_MODULE)-sections.txt 142 DISTCLEANFILES = $(DOC_MODULE).types $(DOC_MODULE)-sections.txt
143 143
144 dist-hook: html-build.stamp
145
144 # Comment this out if you want 'make check' to test you doc status 146 # Comment this out if you want 'make check' to test you doc status
145 # and run some sanity checks 147 # and run some sanity checks
146 if ENABLE_GTK_DOC 148 if ENABLE_GTK_DOC
147 TESTS_ENVIRONMENT = \ 149 TESTS_ENVIRONMENT = \
148 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ 150 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
149 SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) 151 SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
150 TESTS = $(GTKDOC_CHECK) 152 #TODO: fix and enable
153 #TESTS = $(GTKDOC_CHECK)
151 endif 154 endif

mercurial