Jelajahi Sumber

Moving some documentation to docs/

Morten Brix Pedersen 25 tahun lalu
induk
melakukan
6598670d76
7 mengubah file dengan 8 tambahan dan 6 penghapusan
  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
 
 FILES = pisg.pl \
-	 Changelog \
 	 COPYING \
-	 CREDITS \
 	 README \
-	 CONFIG-README \
-	 FORMATS \
 	 pisg.cfg \
 	 lang.txt
 
-MODULES = 
+DOCS = docs/CONFIG-README \
+	 docs/FORMATS \
+	 docs/Changelog \
+	 docs/CREDITS \
 
 GFX = gfx/green-h.png \
 	 gfx/green-v.png \
@@ -62,6 +61,9 @@ pisg:
 	mkdir $(DIRNAME)/gfx
 	cp $(GFX) $(DIRNAME)/gfx
 
+	mkdir $(DIRNAME)/docs
+	cp $(DOCS) $(DIRNAME)/docs
+
 	mkdir $(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.
 
 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
 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