\r\n -> \n
[gnokii.git] / Docs / developers / gnokii / packaging-howto
index 25a63b7..988ee92 100644 (file)
@@ -1,60 +1,60 @@
-\r
- Common information:\r
-       \r
-       For more install/compilation information see the INSTALL file.\r
-       \r
-       (!) Makefiles support make install prefix=<your_directory> \r
-           for package building. You can use it example in for .spec:\r
-               \r
-               ./configure --prefix=/usr\r
-               make install prefix=$RPM_BUILD_ROOT/usr\r
-\r
-           (You not need create any dirs - all make make install.)\r
-\r
-           For a installation procedure is used 'make install' or\r
-           'make install prefix=', and all outputs from this routine must be \r
-           correct. Please, not make any correction in your package specific \r
-           build system (example use 'cp' in package routines - .spec - \r
-           it is job for Makefiles). Write more different routines for \r
-           instalation is good way to hell...\r
-       \r
-        'make install' not install documentation, because for this use \r
-        any distribution itself routines. If you want install docs via\r
-        Makefile you must type 'make install-docs'  \r
-\r
- Debian:\r
-       \r
-       1/ Add new lines to Debian/changelog and set corect verion in this\r
-           file.\r
-\r
-       2/ Check files: rules, menu, docs\r
-\r
-       3/ Well, because gnokii's debian directory is in subdirectory \r
-          'packaging' and it is total non-standard for Debian package \r
-          building system, you must firstly type in top directory:\r
-\r
-          # ln -s packaging/Debian debian      \r
-  \r
-       3/ In source type:\r
-\r
-          # debian/rules binary\r
-          # debian/rules clean\r
-\r
-       4/ Delete symlink\r
-\r
-           # rm debian\r
-\r
\r
-\r
- FreeBSD:\r
-\r
\r
-\r
- RedHat:\r
-\r
-\r
-\r
-\r
-\r
- Win32:\r
+
+ Common information:
+       
+       For more install/compilation information see the INSTALL file.
+       
+       (!) Makefiles support make install prefix=<your_directory> 
+           for package building. You can use it example in for .spec:
+               
+               ./configure --prefix=/usr
+               make install prefix=$RPM_BUILD_ROOT/usr
+
+           (You not need create any dirs - all make make install.)
+
+           For a installation procedure is used 'make install' or
+           'make install prefix=', and all outputs from this routine must be 
+           correct. Please, not make any correction in your package specific 
+           build system (example use 'cp' in package routines - .spec - 
+           it is job for Makefiles). Write more different routines for 
+           instalation is good way to hell...
+       
+        'make install' not install documentation, because for this use 
+        any distribution itself routines. If you want install docs via
+        Makefile you must type 'make install-docs'  
+
+ Debian:
+       
+       1/ Add new lines to Debian/changelog and set corect verion in this
+           file.
+
+       2/ Check files: rules, menu, docs
+
+       3/ Well, because gnokii's debian directory is in subdirectory 
+          'packaging' and it is total non-standard for Debian package 
+          building system, you must firstly type in top directory:
+
+          # ln -s packaging/Debian debian      
+  
+       3/ In source type:
+
+          # debian/rules binary
+          # debian/rules clean
+
+       4/ Delete symlink
+
+           # rm debian
+
+
+ FreeBSD:
+
+
+ RedHat:
+
+
+
+
+
+ Win32:
        
\ No newline at end of file