# HG changeset patch # User Oleksandr Gavenko # Date 1456138947 -7200 # Node ID ca442493062eecf4445d7535073d1f711b3450cc # Parent 1c08c262dfba054607a0d1f7dd9d5ac4443c2e9c TXT files no longer used. diff -r 1c08c262dfba -r ca442493062e Makefile --- a/Makefile Mon Feb 22 12:46:36 2016 +0200 +++ b/Makefile Mon Feb 22 13:02:27 2016 +0200 @@ -41,13 +41,11 @@ # Proj dirs/files. RST_FILES := $(filter-out HEADER.rst,$(wildcard *.rst)) -TXT_FILES := $(wildcard *.txt) HTML_DIR := tips-html RST_HTML_FILES := $(patsubst %.rst,$(HTML_DIR)/%.html,$(RST_FILES)) HTML_FILES := $(RST_HTML_FILES) \ $(HTML_DIR)/index.html $(HTML_DIR)/iframe.html -TXT__FILES := $(addprefix $(HTML_DIR)/,$(TXT_FILES)) CHM_FILES := $(addprefix $(HTML_DIR)/,chm.hhp chm.hhc chm.stp) @@ -98,7 +96,7 @@ all: .PHONY: html -html: $(HTML_FILES) $(TXT__FILES) +html: $(HTML_FILES) $(HTML_DIR)/%.html: %.rst HEADER.rst rst.css rst.tmpl $(MAKEFILE_LIST) | $(HTML_DIR) $(RST2HTML) $(RST_FLAGS) --stylesheet=rst.css --template=rst.tmpl $*.rst $@