From e001039de1df26ee538b9b357aa8647cbce5e325 Mon Sep 17 00:00:00 2001 From: rohieb Date: Tue, 29 Jul 2008 04:20:49 +0200 Subject: [PATCH] Makefile: target "links" also depends of "sourcedoc" as it links the doc/source/* files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4144e5a..a004aff 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ MKDIR=mkdir -p # hardlink the files to their destinations # TODO move documentation where Jörg wants it ;) -links: +links: sourcedoc # documentation $(MKDIR) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/ $(LN) doc/{TODO,changelog.old.html} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/ @@ -91,7 +91,7 @@ sourcedoc: mv doc/source/html/* doc/source/ && rm -rf doc/source/html # install everything -install: sourcedoc links +install: links ifeq ($(shell echo $USER),root) chkdb -r chkpriv -- 2.20.1