We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef861e9 commit 1eeb215Copy full SHA for 1eeb215
docs/Makefile.am
@@ -62,10 +62,6 @@ CSS_FILES = xsl/style.css
62
CSSdir = $(HTMLdir)
63
CSS_DATA = $(CSS_FILES)
64
65
-BUILT_SOURCES = \
66
- reference/builddate.xml \
67
- $(HTML_FILES)
68
-
69
CLEANFILES = \
70
caja-python-ref.* \
71
reference/builddate.xml \
@@ -85,6 +81,10 @@ REFERENCE_DEPS = \
85
81
86
82
if ENABLE_GTK_DOC
87
83
84
+BUILT_SOURCES = \
+ reference/builddate.xml \
+ $(HTML_FILES)
+
88
reference/builddate.xml: $(REFERENCE_DEPS)
89
$(PYTHON) -c 'import datetime; print datetime.date.today()' > $@
90
0 commit comments