summaryrefslogtreecommitdiff
path: root/vhook/Makefile
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-30 17:12:23 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-30 17:12:23 +0000
commit9d6f1d52c5e0d109c79db373e10c3632ed4886a1 (patch)
tree99b02148a989bdeacaecff8a308197d218d5ec1a /vhook/Makefile
parentadbc05104707bd021189abdfcf3724199bb561b6 (diff)
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index e6755cc457..898dbb4b6b 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)