diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-05-03 15:14:14 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-05-22 00:39:53 +0200 |
commit | 27127ebe6cd5ced73717edc22275e50368677148 (patch) | |
tree | 9634240be2bb31c856ebe17959a8fa56f0b44685 /doc/Makefile | |
parent | 938adb7abcfb38ab8287e97847010479a116f78c (diff) | |
download | ffmpeg-27127ebe6cd5ced73717edc22275e50368677148.tar.gz |
doc: add syntax.texi file
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 a97218240b..16f6a0d43e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -8,6 +8,7 @@ HTMLPAGES = $(PROGS-yes:%=doc/%.html) \ doc/git-howto.html \ doc/libavfilter.html \ doc/platform.html \ + doc/syntax.html \ TXTPAGES = doc/fate.txt \ |