links:\r
# documentation\r
$(MKDIR) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/\r
- $(LN) doc/{LICENSE*,TODO,changelog*} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/\r
+ $(LN) doc/{TODO,changelog.html} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/\r
$(LN) doc/source/html/* $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/\r
\r
# images\r
psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';"\r
chklocale\r
\r
- @echo ----------------------------------------------------------------------\r
+ @echo\r
@echo If you do not need the SQL tables anymore, remove them by running\r
@echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"'\r
@echo After that, all bookings are unrecoverably deleted!\r
- @echo ----------------------------------------------------------------------\r
+ @echo\r
+\r
+# clean up\r
+clean: distclean\r
+distclean:\r
+ $(RM) doc/source\r