diff --git a/Makefile b/Makefile index 1cf2ccd..d246865 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,8 @@ test: docs: $(GENERATED_DOCS) README.html: README - $(ASCIIDOC_CMD) -o $@ $< + date=`stat -c "%y" $<` + $(ASCIIDOC_CMD) -a revdate="$$date" -o $@ $< dahdi-api.html: drivers/dahdi/dahdi-base.c build_tools/kernel-doc --kernel $(KSRC) $^ >$@