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