From 42c47ababe0e545249b24f6bb3f051c1483176ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Sun, 24 Jul 2005 00:49:49 +0000 Subject: [PATCH] =?UTF-8?q?man=20ve=20info,=20doc'dan=20ayr=C4=B1=20olarak?= =?UTF-8?q?=20tan=C4=B1mlans=C4=B1n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pisi/constants.py b/pisi/constants.py index ef9123d9..0c8030e3 100644 --- a/pisi/constants.py +++ b/pisi/constants.py @@ -58,6 +58,8 @@ class Constants: # file types self.__c.doc = "doc" + self.__c.man = "man" + self.__c.info = "info" self.__c.conf = "conf" self.__c.header = "header" self.__c.library = "library"