diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-12-03 18:06:14 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-12-09 18:26:31 +0100 |
commit | 2f017d979154001e7944668447320c9f07324726 (patch) | |
tree | 7a6f9cddae7780a48a0a2cb32fbe941cef91d0b9 /doc/Makefile | |
parent | c1f5da698bdc3216ac3be67ca2b6f0323b7be885 (diff) | |
download | ffmpeg-2f017d979154001e7944668447320c9f07324726.tar.gz |
doc: port the git-howto to texinfo
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index ee3c86dfaf..3ff4417cfb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,6 +5,7 @@ HTMLPAGES = $(PROGS-yes:%=doc/%.html) \ doc/faq.html \ doc/fate.html \ doc/general.html \ + doc/git-howto.html \ doc/libavfilter.html \ DOCS = $(HTMLPAGES) $(MANPAGES) $(PODPAGES) |