debian/rules, Makefile: filename fix... seems I'm too quick for my brain -.-
authorrohieb <devnull@localhost>
Sat, 26 Jul 2008 19:53:50 +0000 (21:53 +0200)
committerrohieb <devnull@localhost>
Sat, 26 Jul 2008 19:53:50 +0000 (21:53 +0200)
Makefile
debian/rules

index 22e44ed..3e912e9 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..oldhtml} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/\r
+       $(LN) doc/{TODO,changelog.old.html} $(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
index 9a88844..51fc4a8 100755 (executable)
@@ -18,7 +18,7 @@ binary-indep:
        dh_testdir
        dh_testroot
        dh_installchangelogs 
        dh_testdir
        dh_testroot
        dh_installchangelogs 
-       dh_installdocs doc/{changelog.html,TODO} doc/source/
+       dh_installdocs doc/{changelog.old.html,TODO} doc/source/
        #dh_installexamples
        ##dh_install
        ##dh_installmenu
        #dh_installexamples
        ##dh_install
        ##dh_installmenu
This page took 0.031776 seconds and 4 git commands to generate.