From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:05:12 +0000 (+0000) Subject: debiandoc.txt now creates a .txt file, instead of a .text file. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b7a3067c762601a29ccdffc3bf61208302870e2f;p=debian%2Fdebian-policy.git debiandoc.txt now creates a .txt file, instead of a .text file. 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 --- diff --git a/debian/rules b/debian/rules index 38d4587..1756d9f 100755 --- a/debian/rules +++ b/debian/rules @@ -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