summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-01-22 09:53:50 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-22 09:53:50 +0000
commit811e6d731fadd56c5176ca17916b82379fb5eb93 (patch)
treebf5279c0429ced8760dfc0a0fd7f0f02d0b6a07c /vhook
parent7c235fe23831802b60ec9d200d0811750e946f76 (diff)
removed unused rule
Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r--vhook/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index 17f8411d7c..a3566821e5 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -29,9 +29,6 @@ imlib2.so: imlib2.o
%.so: %.o
$(CC) -g -o $@ $(SHFLAGS) $<
-%.html: %.texi
- texi2html -monolithic -number $<
-
clean:
rm -f *.o *.d *.so *~