Просмотр исходного кода

Moving some documentation to docs/

Morten Brix Pedersen 25 лет назад
Родитель
Сommit
6598670d76
7 измененных файлов с 8 добавлено и 6 удалено
  1. 7 5
      Makefile
  2. 1 1
      README
  3. 0 0
      docs/API
  4. 0 0
      docs/CONFIG-README
  5. 0 0
      docs/CREDITS
  6. 0 0
      docs/Changelog
  7. 0 0
      docs/FORMATS

+ 7 - 5
Makefile

@@ -8,16 +8,15 @@ TARFILE = pisg-$(VERSION).tar.gz
 ZIPFILE = pisg-$(VERSION).zip
 ZIPFILE = pisg-$(VERSION).zip
 
 
 FILES = pisg.pl \
 FILES = pisg.pl \
-	 Changelog \
 	 COPYING \
 	 COPYING \
-	 CREDITS \
 	 README \
 	 README \
-	 CONFIG-README \
-	 FORMATS \
 	 pisg.cfg \
 	 pisg.cfg \
 	 lang.txt
 	 lang.txt
 
 
-MODULES = 
+DOCS = docs/CONFIG-README \
+	 docs/FORMATS \
+	 docs/Changelog \
+	 docs/CREDITS \
 
 
 GFX = gfx/green-h.png \
 GFX = gfx/green-h.png \
 	 gfx/green-v.png \
 	 gfx/green-v.png \
@@ -62,6 +61,9 @@ pisg:
 	mkdir $(DIRNAME)/gfx
 	mkdir $(DIRNAME)/gfx
 	cp $(GFX) $(DIRNAME)/gfx
 	cp $(GFX) $(DIRNAME)/gfx
 
 
+	mkdir $(DIRNAME)/docs
+	cp $(DOCS) $(DIRNAME)/docs
+
 	mkdir $(DIRNAME)/scripts/addalias
 	mkdir $(DIRNAME)/scripts/addalias
 	cp $(ADDALIAS) $(DIRNAME)/scripts/addalias
 	cp $(ADDALIAS) $(DIRNAME)/scripts/addalias
 
 

+ 1 - 1
README

@@ -5,7 +5,7 @@ logfiles and makes nice looking stats of them, which can be amusing to show
 for the users of your channel.
 for the users of your channel.
 
 
 The supported logfile formats is explained in the FORMATS file included with
 The supported logfile formats is explained in the FORMATS file included with
-this distribution.
+this distribution in the 'docs' directory.
 
 
 If you don't have access to any of the clients/bots or you use some other
 If you don't have access to any of the clients/bots or you use some other
 IRC client/bot which isn't supported, then it's fairly easy to add support
 IRC client/bot which isn't supported, then it's fairly easy to add support

+ 0 - 0
API → docs/API


+ 0 - 0
CONFIG-README → docs/CONFIG-README


+ 0 - 0
CREDITS → docs/CREDITS


+ 0 - 0
Changelog → docs/Changelog


+ 0 - 0
FORMATS → docs/FORMATS