+/usr/share/iserv/modules/room-reservation/update-iserv1-iserv2.pl
[iserv-mod-room-reservation.git] / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index e9b6fb5..1cd33c8
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
-#\r
 # @file Makefile\r
-# Makefile for installing, creating documentation etc\r
+# Makefile for installing, creating documentation etc.\r
 # @author: Roland Hieber (roland.hieber@wilhelm-gym.net)\r
 # @date: 12.11.2007\r
 # \r
@@ -60,6 +59,10 @@ links:
        $(LN) src/index.php /usr/share/iserv/www/mod_room-reservation/\r
        $(LN) src/admin/config.php /usr/share/iserv/www/mod_room-reservation/admin/\r
 \r
+       $(MKDIR) /usr/share/iserv/modules/room-reservation\r
+       $(LN) update-iserv1-iserv2.pl /usr/share/iserv/modules/room-reservation\r
+       chmod 755 /usr/share/iserv/modules/room-reservation/update-iserv1-iserv2.pl\r
+\r
 # build doxygen documentation from source\r
 sourcedoc:\r
        doxygen\r
@@ -87,12 +90,12 @@ uninstall:
        $(RM) /usr/share/iserv/www/img/default/{16,24,32}/mod_room-reservation_{timeslice,index,config}.png\r
        $(RM) /usr/share/iserv/www/inc/mod_room-reservation\r
        $(RM) /usr/share/iserv/www/mod_room-reservation\r
+       $(RM) /usr/share/iserv/modules/room-reservation\r
        \r
        chklocale\r
        \r
        @echo ----------------------------------------------------------------------\r
        @echo If you do not need the SQL tables anymore, remove them by running\r
-       @echo '  psql -c "DROP TABLE mod_room-reservation;"'\r
-       @echo '  psql -c "DROP SEQUENCE mod_room-reservation_rr_uid_seq;"'\r
+       @echo '  psql -c "DROP TABLE mod_roomreservation_bookings;"'\r
        @echo After that, all bookings are unrecoverably deleted!\r
        @echo ----------------------------------------------------------------------\r
This page took 0.028435 seconds and 4 git commands to generate.