From 812fac452957622e1041dc12e7237a6dc00660f8 Mon Sep 17 00:00:00 2001 From: rohieb Date: Sat, 26 Jul 2008 21:53:50 +0200 Subject: [PATCH] debian/rules, Makefile: filename fix... seems I'm too quick for my brain -.- --- Makefile | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 22e44ed..3e912e9 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..oldhtml} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/ + $(LN) doc/{TODO,changelog.old.html} $(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 diff --git a/debian/rules b/debian/rules index 9a88844..51fc4a8 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ binary-indep: 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 -- 2.20.1