From 40f486ce5a8f4fd79c0ea8ce2998ecbd4733c07b Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 1 Mar 2012 23:00:01 +0900 Subject: [PATCH] Force-remake of the README.md file. --- Makefile | 12 ++++++------ src/version.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 6219a3e..9364e5f 100644 --- a/Makefile +++ b/Makefile @@ -5,19 +5,20 @@ DOXYGEN=doxygen DOXYGENFLAGS= .PHONEY: api-docs -all: README.md bin/tidy quickref.html +all: bin/tidy quickref.html bin/tidy: $(MAKE) -C build/gmake $(MAKE) -C build/gmake doc -README.md: README.html +.FORCE: +# dummy target to force other targets to always get remade + +README.md: README.html .FORCE $(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< > $@ src/version.h: .FORCE $(GIT) $(GITFLAGS) log --pretty=format:'static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/%h";' -n 1 > $@ -.FORCE: -# dummy target to force the src/version.h file to always get remade quickref.html: htmldoc/quickref.html cp $< $@ @@ -28,10 +29,9 @@ api-docs: install: sudo $(MAKE) install -C build/gmake -version: all src/version.h +version: all src/version.h README.md clean: $(MAKE) clean -C build/gmake - $(RM) README.md $(RM) test/testall.log $(RM) -r test/tmp diff --git a/src/version.h b/src/version.h index 12debe7..535c542 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/ccf2a6c"; \ No newline at end of file +static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/f2825b9"; \ No newline at end of file