]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
debiandoc.txt now creates a .txt file, instead of a .text file.
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:05:12 +0000 (05:05 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:05:12 +0000 (05:05 +0000)
Author: srivasta
Date: 1999/04/27 17:07:22
debiandoc.txt now creates a .txt file, instead of a .text file.

git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-23

debian/rules

index 38d4587e96283ee533d7137d5824d73cc23e3440..1756d9fcfc5f0fd8601ebe8e45b1b470de5c6f75 100755 (executable)
@@ -5,9 +5,9 @@
 ## Created On      : Thu Oct 29 15:35:55 1998
 ## Created On Node  : tiamat.datasync.com
 ## Last Modified By : Manoj Srivastava
-## Last Modified On : Tue Apr 27 10:38:06 1999
+## Last Modified On : Tue Apr 27 11:55:25 1999
 ## Last Machine Used: glaurung.green-gryphon.com
-## Update Count            : 34
+## Update Count            : 35
 ## Status          : Unknown, Use with caution!
 ## HISTORY         :
 ## Description     :
@@ -50,6 +50,7 @@ stamp-build:
        nsgmls -gues policy.sgml        # check SGML syntax
        debiandoc2html policy.sgml
        debiandoc2text policy.sgml
+       if [ -f policy.txt ]; then mv policy.txt policy.text; fi
        lynx -dump upgrading-checklist.html > upgrading-checklist.text
        gzip -9f policy.text
        touch stamp-build