diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-12-13 23:50:20 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-10-08 11:22:42 +0200 |
commit | 175d0d94da11b5a50f37d271650f040d8d2e1086 (patch) | |
tree | 280ad79d686229269221c4a1ad9f0fdf7867294b /doc/Makefile | |
parent | 0826d8513d14f54da0b519360813327d5836b7fc (diff) | |
download | ffmpeg-175d0d94da11b5a50f37d271650f040d8d2e1086.tar.gz |
doc: initial nut documentation
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 8f9067417c..63530342b3 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,6 +7,7 @@ HTMLPAGES = $(PROGS-yes:%=doc/%.html) \ doc/general.html \ doc/git-howto.html \ doc/libavfilter.html \ + doc/nut.html \ doc/platform.html \ DOCS = $(HTMLPAGES) $(MANPAGES) $(PODPAGES) |