diff options
author | Julien Rioux <julien.rioux@gmail.com> | 2013-09-22 14:56:15 +0200 |
---|---|---|
committer | Julien Rioux <julien.rioux@gmail.com> | 2013-10-07 21:38:56 +0200 |
commit | 4024156d2ebb9d7b5caf34dde98afca000d4b296 (patch) | |
tree | b4908d0c3b1edb41202efa8c8b3b0c778b2b2d45 /make | |
parent | d5b553119c63ebb4bd9d62adb8f4a200a2c4ad92 (diff) |
Build: Target version.itexi and weblinks.itexi (issue 3576).
Add the file extension and remove a pair of duplicated rules.
Diffstat (limited to 'make')
-rw-r--r-- | make/doc-i18n-root-rules.make | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/make/doc-i18n-root-rules.make b/make/doc-i18n-root-rules.make index a86b198fe3..e36acd7356 100644 --- a/make/doc-i18n-root-rules.make +++ b/make/doc-i18n-root-rules.make @@ -20,12 +20,6 @@ $(top-build-dir)/Documentation/$(outdir)/%.$(ISOLANG).pdf: $(outdir)/%.pdf mkdir -p $(dir $@) cp -f $< $@ -$(outdir)/version.%: $(top-src-dir)/VERSION - $(PYTHON) $(top-src-dir)/scripts/build/create-version-itexi.py > $@ - -$(outdir)/weblinks.%: $(top-src-dir)/VERSION - $(PYTHON) $(top-src-dir)/scripts/build/create-weblinks-itexi.py > $@ - $(outdir)/%.png: $(top-build-dir)/Documentation/$(outdir)/%.png ln -f $< $@ |