[kgtp] r944 committed - Fix the install bug in Makefile.

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Mon, 27 Feb 2012 10:35:22 +0000

Revision: 944
Author:   teawater
Date:     Mon Feb 27 02:34:48 2012
Log:      Fix the install bug in Makefile.

http://code.google.com/p/kgtp/source/detail?r=944

Modified:
 /tags/20120224/Makefile
 /trunk/Makefile

=======================================
--- /tags/20120224/Makefile     Sat Feb 25 06:02:14 2012
+++ /tags/20120224/Makefile     Mon Feb 27 02:34:48 2012
@@ -33,7 +33,7 @@

 DKMS_FILES := Makefile dkms.conf dkms_others_install.sh                \
              dkms_others_uninstall.sh gtp.c gtp_rb.c ring_buffer.c     \
-             ring_buffer.h getmod.c getframe.c getgtprsp.pl gtp.txt
+             ring_buffer.h getmod.c getframe.c getgtprsp.pl howto.txt

 default: getmod getframe gtp.ko

@@ -84,7 +84,7 @@

 doc_install:
        mkdir -p /usr/share/kgtp/
-       cp gtp.txt /usr/share/kgtp/
+       cp howto.txt /usr/share/kgtp/

 doc_uninstall:
        rm -rf /usr/share/kgtp/
=======================================
--- /trunk/Makefile     Thu Feb 23 23:02:43 2012
+++ /trunk/Makefile     Mon Feb 27 02:34:48 2012
@@ -33,7 +33,7 @@

 DKMS_FILES := Makefile dkms.conf dkms_others_install.sh                \
              dkms_others_uninstall.sh gtp.c gtp_rb.c ring_buffer.c     \
-             ring_buffer.h getmod.c getframe.c getgtprsp.pl gtp.txt
+             ring_buffer.h getmod.c getframe.c getgtprsp.pl howto.txt

 default: getmod getframe gtp.ko

@@ -84,7 +84,7 @@

 doc_install:
        mkdir -p /usr/share/kgtp/
-       cp gtp.txt /usr/share/kgtp/
+       cp howto.txt /usr/share/kgtp/

 doc_uninstall:
        rm -rf /usr/share/kgtp/

Other related posts:

  • » [kgtp] r944 committed - Fix the install bug in Makefile. - kgtp