Skip to content

Commit 1eeb215

Browse files
monneratvkareh
authored andcommitted
Allow to "make dist" without building the docs.
1 parent ef861e9 commit 1eeb215

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ CSS_FILES = xsl/style.css
6262
CSSdir = $(HTMLdir)
6363
CSS_DATA = $(CSS_FILES)
6464

65-
BUILT_SOURCES = \
66-
reference/builddate.xml \
67-
$(HTML_FILES)
68-
6965
CLEANFILES = \
7066
caja-python-ref.* \
7167
reference/builddate.xml \
@@ -85,6 +81,10 @@ REFERENCE_DEPS = \
8581

8682
if ENABLE_GTK_DOC
8783

84+
BUILT_SOURCES = \
85+
reference/builddate.xml \
86+
$(HTML_FILES)
87+
8888
reference/builddate.xml: $(REFERENCE_DEPS)
8989
$(PYTHON) -c 'import datetime; print datetime.date.today()' > $@
9090

0 commit comments

Comments
 (0)