[SCM] Lisaac compiler branch, master, updated. 298171ba1a11e6684b0afc3b75038f20685a805f

Xavier Oswald x.oswald at free.fr
Sun Nov 2 23:59:12 UTC 2008


The following commit has been merged in the master branch:
commit d29526f778e07d1b5f018ab3ce10e715ac57120e
Author: Xavier Oswald <x.oswald at free.fr>
Date:   Mon Nov 3 00:38:29 2008 +0100

     * swith interactive_userland to user (simplicity)
     * change bugreport web address

diff --git a/Makefile b/Makefile
index b1038ed..eedcc6f 100644
--- a/Makefile
+++ b/Makefile
@@ -18,11 +18,12 @@
 # Available targets:
 # ==================
 #  - all                   Starts the installer in automatic mode--use it if
-#  you know the installer is smart enough to compute default values, and those
-#  values suit your needs. This option is used in order to install lisaac in a
-#  non-userland way.
+#                          you know the installer is smart enough to compute
+#                          default values, and those values suit your needs.
+#                          This option is used in order to install lisaac in a
+#                          non-userland way.
 #
-#  - interactive_userland  Starts the installer in userland interactive mode
+#  - user                  Starts the installer in userland interactive mode
 #
 #  - install               Copy all files in a proper place (non-userland)
 #
@@ -30,10 +31,10 @@
 #
 # In short:
 # =========
-#  Use : make interactive_userland     for a userland installation
+#  Use : make user                     for a userland installation
 #  Use : make & make install(as root)  for a full system installation
 #  Use : make clean(as root)           to clean up a non-userland installation
-#
+
 # TODO:
 # =====
 #  - maybe use /etc/ instead of /usr/lib/lisaac four the compilation options
@@ -52,7 +53,7 @@
 #
 # Bug reports:
 # ============
-#  bug tracker system: https://gna.org/bugs/?func=additem&group=isaac
+#  bug tracker system: http://alioth.debian.org/tracker/?atid=413092&group_id=100200&func=browse
 #  mail to: Xavier Oswald <x.oswald at free.fr>
 
 PREFIX=/usr/local
@@ -77,7 +78,7 @@ bin/lisaac: bin/lisaac.c bin/path.h
 bin/shorter: bin/shorter.c bin/path.h
 	$(CC) $(CFLAGS) $< -o $@
 
-interactive_userland: install_lisaac.c
+user: install_lisaac.c
 	@echo - Lisaac compiler installation For Unix / Linux / Windows -
 	@echo Please wait...
 	$(CC) $(CFLAGS) install_lisaac.c -o install_lisaac
@@ -96,7 +97,7 @@ install: bin/lisaac bin/shorter
 	cp -rf shorter/  $(DESTDIR)$(LIB)
 	cp -rf manpage/*.gz  $(DESTDIR)$(MAN)
 
-	# Temprary since shorter is broken
+	# Temporary since the shorter is broken
 	# $(DESTDIR)$(BIN)/shorter -r -f html lib -o $(DESTDIR)$(DOC)$(HTML) 
 	#
 	# previous html documentation:

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list