Makefile: target "links" also depends of "sourcedoc" as it links the doc/source/...
[iserv-mod-room-reservation.git] / Makefile
index 4144e5a..a004aff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ MKDIR=mkdir -p
 \r
 # hardlink the files to their destinations\r
 # TODO move documentation where Jörg wants it ;)\r
-links:\r
+links: sourcedoc\r
        # documentation\r
        $(MKDIR) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/\r
        $(LN) doc/{TODO,changelog.old.html} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/\r
@@ -91,7 +91,7 @@ sourcedoc:
        mv doc/source/html/* doc/source/ && rm -rf doc/source/html\r
 \r
 # install everything\r
-install: sourcedoc links\r
+install: links\r
 ifeq ($(shell echo $USER),root)\r
        chkdb -r\r
        chkpriv\r
This page took 0.027954 seconds and 4 git commands to generate.