projects
/
iserv-mod-room-reservation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ced0658
)
Makefile: target "links" also depends of "sourcedoc" as it links the doc/source/...
author
rohieb
<devnull@localhost>
Tue, 29 Jul 2008 02:20:49 +0000
(
04:20
+0200)
committer
rohieb
<devnull@localhost>
Tue, 29 Jul 2008 02:20:49 +0000
(
04:20
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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
\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
# 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
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
ifeq ($(shell echo $USER),root)
\r
chkdb -r
\r
chkpriv
\r
This page took
0.030103 seconds
and
4
git commands to generate.