[Ffmpeg-cvslog] [ffmpeg.org]: r22 - trunk/Makefile

diego subversion
Sat Jun 3 15:34:24 CEST 2006


Author: diego
Date: Sat Jun  3 15:34:23 2006
New Revision: 22

Modified:
   trunk/Makefile

Log:
Make targets depend on Makefile to trigger rebuilds for Makefile changes.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sat Jun  3 15:34:23 2006
@@ -11,7 +11,7 @@
 clean:
 	rm -f $(TARGETS)
 
-htdocs/%.html: src/%
+htdocs/%.html: src/% Makefile
 	sed $< -e "/<?php require ('navbar.html'); ?>/a\
 <center>\n\
 [<a href="index.html">Main Page and News</a>]\n\




More information about the ffmpeg-cvslog mailing list