Use asciidoc for manpage generation.
authorMichael Prokop <mika@grml.org>
Mon, 16 Apr 2007 14:04:27 +0000 (16:04 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 16 Apr 2007 14:04:27 +0000 (16:04 +0200)
debian/changelog
debian/control
debian/rules

index 34e6db0..08bda03 100644 (file)
@@ -10,6 +10,7 @@ grml-debootstrap (0.7) unstable; urgency=low
   * Added additional check to grub code for running sed on
     /boot/grub/menu.lst.
   * Updated TODO file.
   * Added additional check to grub code for running sed on
     /boot/grub/menu.lst.
   * Updated TODO file.
+  * Use asciidoc for manpage generation.
 
  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:57:29 +0200
 
 
  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:57:29 +0200
 
index 863a97e..d7d446c 100644 (file)
@@ -2,7 +2,7 @@ Source: grml-debootstrap
 Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), asciidoc, xsltproc, docbook-xsl
 Standards-Version: 3.7.2
 XS-Vcs-hg: http://hg.grml.org/grml-debootstrap
 
 Standards-Version: 3.7.2
 XS-Vcs-hg: http://hg.grml.org/grml-debootstrap
 
index 72f6785..e02a7ea 100755 (executable)
@@ -13,12 +13,14 @@ build: build-stamp
 
 build-stamp:
        dh_testdir
 
 build-stamp:
        dh_testdir
+       make
        touch $@
 
 clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
        touch $@
 
 clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
+       make clean
        dh_clean 
 
 install: build
        dh_clean 
 
 install: build
@@ -44,7 +46,7 @@ binary-arch: build install
        dh_testroot
        dh_installchangelogs 
        dh_installdocs TODO
        dh_testroot
        dh_installchangelogs 
        dh_installdocs TODO
-       dh_installman debian/grml-debootstrap.8
+       dh_installman grml-debootstrap.8
        dh_link
        dh_strip
        dh_compress
        dh_link
        dh_strip
        dh_compress