[sword-svn] r2840 - in trunk/src: frontend modules/comments/rawcom4 modules/texts/rawtext4
chrislit at crosswire.org
chrislit at crosswire.org
Sat Jun 29 03:30:44 MST 2013
Author: chrislit
Date: 2013-06-29 03:30:44 -0700 (Sat, 29 Jun 2013)
New Revision: 2840
Added:
trunk/src/modules/comments/rawcom4/Makefile
trunk/src/modules/texts/rawtext4/Makefile
Removed:
trunk/src/frontend/X11/
trunk/src/frontend/windoze/
Log:
added missing Makefiles
deleted unused Makefiles & directories
Added: trunk/src/modules/comments/rawcom4/Makefile
===================================================================
--- trunk/src/modules/comments/rawcom4/Makefile (rev 0)
+++ trunk/src/modules/comments/rawcom4/Makefile 2013-06-29 10:30:44 UTC (rev 2840)
@@ -0,0 +1,5 @@
+
+root := ../../../..
+
+all:
+ make -C ${root}
Added: trunk/src/modules/texts/rawtext4/Makefile
===================================================================
--- trunk/src/modules/texts/rawtext4/Makefile (rev 0)
+++ trunk/src/modules/texts/rawtext4/Makefile 2013-06-29 10:30:44 UTC (rev 2840)
@@ -0,0 +1,5 @@
+
+root := ../../../..
+
+all:
+ make -C ${root}
More information about the sword-cvs
mailing list