commit | 4bc69e26a7aed132e23aac933c54012f1e9f1700 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri May 08 18:14:52 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri May 08 18:14:52 2009 -0700 |
tree | 50cdda581662183d36a8d87526091253335ae673 | |
parent | cd51a0c393ed3803fd158d5bdf357ae95d022de3 [diff] [blame] |
Add the source code version number to documentation Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/Documentation/Makefile b/Documentation/Makefile index 1fd880d..89d2e51 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile
@@ -53,7 +53,7 @@ $(DOC_HTML): %.html : %.txt rm -f $@+ $@ $(ASCIIDOC) \ - -a toc \ + -a toc -a 'revision=$(DOC_VERS)' \ -b xhtml11 -f asciidoc.conf \ $(ASCIIDOC_EXTRA) -o $@+ $< mv $@+ $@