added .hgignore
[iserv-mod-room-reservation.git] / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index c006596..b56cc06
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ links:
        $(LN) sql/*.sql /usr/share/iserv/db/\r
        \r
        $(MKDIR) /usr/share/iserv/www/mod_room-reservation/admin\r
-       $(LN) src/{index.php,stat.png.php} /usr/share/iserv/www/mod_room-reservation/\r
+       $(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
 # build doxygen documentation from source\r
@@ -92,7 +92,6 @@ uninstall:
        \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.026385 seconds and 4 git commands to generate.