kadischi/doc INSTALL,1.4,1.5 Makefile.am,1.1.1.1,1.2

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sun Feb 19 00:05:40 UTC 2006


Author: chitlesh

Update of /cvs/devel/kadischi/doc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20883/doc

Modified Files:
	INSTALL Makefile.am 
Log Message:



Index: INSTALL
===================================================================
RCS file: /cvs/devel/kadischi/doc/INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- INSTALL	28 Aug 2005 12:08:43 -0000	1.4
+++ INSTALL	19 Feb 2006 00:05:38 -0000	1.5
@@ -1,25 +1,29 @@
 THESE ARE BASIC INSTRUCTIONS.
 
 IT IS STRONGLY RECOMMENDED TO CONSULT KADISCHI TUTORIAL
-(http://fedoraproject.org/wiki/KadischiDoc) BEFORE PERFORMING THE INSTALLATION.
+(http://fedoraproject.org/wiki/Kadischi/Documentation) BEFORE PERFORMING THE INSTALLATION.
 
 *******************************************************
 
 Go to the Kadischi source directory and type
 
-./autogen
+./autogen.sh
 make
 make install
 
 patch -b /usr/sbin/anaconda patches/anaconda.patch
 patch -b /usr/lib/anaconda/flags.py patches/flags.py.patch
 
-Edit /etc/kadischi/build.conf and set BUILDDIR variable. BUILDDIR
-is a directory that will be used for storing temporary files (temporary
+Edit /etc/kadischi/build.conf and set BUILDDIR variable.
+
+*******************************************************
+
+BUILDDIR is a directory that will be used for storing temporary files (temporary
 installation will be performed in that directory). You will need
 approximately 1.5x size of desired installation available on that device. 3GB
 works fine for me.
 
 If you are using other repository than Fedora, you would have to use custom
-buildstamp file or to edit the default one (/etc/kadischi/buildstamp). For more
-details, checkout http://fedoraproject.org/wiki/KadischiDoc
\ No newline at end of file
+buildstamp file or to edit the default one (/etc/kadischi/buildstamp).
+
+For more details, check out http://fedoraproject.org/wiki/Kadischi/Documentation
\ No newline at end of file


Index: Makefile.am
===================================================================
RCS file: /cvs/devel/kadischi/doc/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile.am	21 Aug 2005 17:08:47 -0000	1.1.1.1
+++ Makefile.am	19 Feb 2006 00:05:38 -0000	1.2
@@ -1,5 +1,5 @@
 docdir = $(pkgdatadir)/doc
-doc_DATA = CREDITS FAQ INSTALL NEWS README TODO
+doc_DATA = COPYING CREDITS FAQ INSTALL NEWS README TODO
 
 uninstall-hook:
 	rmdir $(docdir)




More information about the fedora-extras-commits mailing list