diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-30 17:12:23 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-30 17:12:23 +0000 |
commit | 9d6f1d52c5e0d109c79db373e10c3632ed4886a1 (patch) | |
tree | 99b02148a989bdeacaecff8a308197d218d5ec1a /vhook/Makefile | |
parent | adbc05104707bd021189abdfcf3724199bb561b6 (diff) | |
download | ffmpeg-streaming-9d6f1d52c5e0d109c79db373e10c3632ed4886a1.zip ffmpeg-streaming-9d6f1d52c5e0d109c79db373e10c3632ed4886a1.tar.gz |
Moved hook documentation into the doc directory
Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook/Makefile')
-rw-r--r-- | vhook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile index e6755cc..898dbb4 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -13,7 +13,7 @@ ifeq ($(HAVE_IMLIB2),yes) HOOKS += imlib2.so endif -all: $(HOOKS) hooks.html +all: $(HOOKS) install: install -s -m 755 $(HOOKS) $(INSTDIR) |