]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update auto-documentation generatino so .dyn files work again
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 13 Apr 2008 12:04:17 +0000 (00:04 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 13 Apr 2008 12:04:17 +0000 (00:04 +1200)
doc/Programming-Guide/Makefile

index dd07e995956f8b3c6ba0a9ae33a3114bfab3a7ab..098ca89bf3a8f79eedcc59799d361c78b2aa1c9c 100644 (file)
@@ -5,7 +5,7 @@ all:
 
 dyn-docs:
        rm -f -r tmp
-       cd ../../ && doxygen squid3.dox 2>doxygen.log
+       cd ../../ && (cat squid3.dox ; echo HTML_FILE_EXTENSION = .dyn ; echo HTML_OUTPUT = tmp ) | doxygen - 2>doxygen.log
        mv tmp dyn
 
 html-docs: