From: rohieb Date: Sat, 26 Jul 2008 19:44:55 +0000 (+0200) Subject: Makefile: forgot to fix file name after renaming changelog.html X-Git-Tag: REL_8.07.26~5 X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/commitdiff_plain/ce7ffd456ac998bc35f8d48920ab678487eab762 Makefile: forgot to fix file name after renaming changelog.html --- diff --git a/Makefile b/Makefile index f639d30..22e44ed 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ MKDIR=mkdir -p links: # documentation $(MKDIR) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/ - $(LN) doc/{TODO,changelog.html} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/ + $(LN) doc/{TODO,changelog..oldhtml} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/ $(LN) doc/source/* $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/ $(LN) -s $(DESTDIR)/usr/share/doc/iserv-mod-room-reservation $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation