comparison src/macros_dil.ddoc @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/src/macros_dil.ddoc@cf2ad5df025c
children
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
1 DDOC = <html>
2 <head>
3 <META http-equiv="content-type" content="text/html; charset=utf-8">
4 <title>$(TITLE)</title>
5 </head>
6 <body>
7 <h1><a href="$(SRCFILE)">$(TITLE)</a></h1>
8 $(BODY)
9 <hr>
10 <p class="footer">$(COPYRIGHT) Page generated by $(LINK2 http://code.google.com/p/dil, dil) on $(DATETIME).</p>
11 </body>
12 </html>
13
14 MODFQN = $(TITLE)
15 SRCFILE = ./htmlsrc/$(MODFQN).html
16 COPYRIGHT = Copyright © 2007-$(YEAR), Aziz Köksal. All rights reserved.
17 SYMBOL_ = <a href="http://hg.sharesource.org/dil/file/tip/trunk/src/$(MODPATH)#L$2">$1</a>
18 SYMBOL = <a href="$(SRCFILE)#L$2">$1</a>
19
20 PRE = <pre>$0</pre>
21 DDD = ---
22 DMDBUG = $(LINK2 http://d.puremagic.com/issues/show_bug.cgi?id=$1, $2)