Makefile: forgot to fix file name after renaming changelog.html
authorrohieb <devnull@localhost>
Sat, 26 Jul 2008 19:44:55 +0000 (21:44 +0200)
committerrohieb <devnull@localhost>
Sat, 26 Jul 2008 19:44:55 +0000 (21:44 +0200)
Makefile

index f639d30..22e44ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ MKDIR=mkdir -p
 links:\r
        # documentation\r
        $(MKDIR) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/\r
 links:\r
        # documentation\r
        $(MKDIR) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/\r
-       $(LN) doc/{TODO,changelog.html} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/\r
+       $(LN) doc/{TODO,changelog..oldhtml} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/\r
        $(LN) doc/source/* $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/\r
        $(LN) -s $(DESTDIR)/usr/share/doc/iserv-mod-room-reservation $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation\r
 \r
        $(LN) doc/source/* $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/\r
        $(LN) -s $(DESTDIR)/usr/share/doc/iserv-mod-room-reservation $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation\r
 \r
This page took 0.027196 seconds and 4 git commands to generate.