r223 - in /web/deps: dep5.mdwn dep5/Makefile

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Fri Dec 9 04:36:34 UTC 2011


Author: plessy
Date: Fri Dec  9 04:36:32 2011
New Revision: 223

URL: http://svn.debian.org/wsvn/dep/?sc=1&rev=223
Log:
Include <div class="ARTICLE">, hoping that ikiwiki will not embed the HTML it in <pre> tags.

Modified:
    web/deps/dep5.mdwn
    web/deps/dep5/Makefile

Modified: web/deps/dep5.mdwn
URL: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=223&op=diff
==============================================================================
--- web/deps/dep5.mdwn (original)
+++ web/deps/dep5.mdwn Fri Dec  9 04:36:32 2011
@@ -16,6 +16,8 @@
      files within packages, to facilitate automated checking and
      reporting of licenses for packages and sets of packages.
 
+
+  <div class="ARTICLE">
     <div class="TITLEPAGE">
       <h1 class="title"><a name="AEN2" id="AEN2">Machine-readable
       <tt class="filename">debian/copyright</tt> file.</a></h1>
@@ -1371,3 +1373,4 @@
 </pre>
       </div>
     </div>
+  </div>

Modified: web/deps/dep5/Makefile
URL: http://svn.debian.org/wsvn/dep/web/deps/dep5/Makefile?rev=223&op=diff
==============================================================================
--- web/deps/dep5/Makefile (original)
+++ web/deps/dep5/Makefile Fri Dec  9 04:36:32 2011
@@ -13,9 +13,10 @@
 
 ../dep5.mdwn: dep5.mdwn.head.txt copyright-format.html
 	cat dep5.mdwn.head.txt copyright-format.html > ../dep5.mdwn
-	sed -i -e '/<!DOCTYPE HTML PUBLIC/,/<div class="ARTICLE">/d' \
+	sed -i -e '/<!DOCTYPE HTML PUBLIC/,/<\/head>/d' \
+	       -e '/<body/,/>/d' \
 	       -e '/<div class="\(legalnotice\|abstract\)">/,/<\/div>/d' \
-	       -e '/^  <\/div>/d' -e '/<\/body>/d' -e'/<\/html>/d' ../dep5.mdwn
+	       -e '/^  <\/div>/q' ../dep5.mdwn
 clean:
 	rm -f *.css *.html copyright-format.txt *.txt.gz
 




More information about the dep-commits mailing list