139
139
doc/developers/Makefile \
142
144
doc/en/user-reference/index.txt: $(MAN_DEPENDENCIES)
143
145
$(PYTHON) tools/generate_docs.py -o $@ rstx
148
150
doc/%/Makefile: doc/en/Makefile
149
151
$(PYTHON) -c "import shutil; shutil.copyfile('$<', '$@')"