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 (from parent 1:
4558bc2
)
Makefile: added distclean to phony targets, documentation is installed in /usr/share...
author
rohieb
<devnull@localhost>
Fri, 1 Aug 2008 23:11:09 +0000
(
01:11
+0200)
committer
rohieb
<devnull@localhost>
Fri, 1 Aug 2008 23:11:09 +0000
(
01:11
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
a004aff
..
39153a6
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-25,21
+25,18
@@
#
\r
\r
DESTDIR?=
\r
#
\r
\r
DESTDIR?=
\r
-SOURCEFILES=src/*.php includes/*.inc
\r
-MODULE_DOC_FILES=doc/source/html/* doc/source/latex/*
\r
LN=ln -f
\r
RM=rm -rf
\r
MKDIR=mkdir -p
\r
\r
# hardlink the files to their destinations
\r
LN=ln -f
\r
RM=rm -rf
\r
MKDIR=mkdir -p
\r
\r
# hardlink the files to their destinations
\r
-# TODO move documentation where Jörg wants it ;)
\r
links: sourcedoc
\r
# documentation
\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
- $(LN) doc/source/* $(DESTDIR)/usr/share/doc/iserv
/mod/
room-reservation/source/
\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
+ $(LN) doc/source/* $(DESTDIR)/usr/share/doc/iserv
-mod-
room-reservation/source/
\r
$(RM) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation
\r
$(RM) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation
\r
- $(LN) -s $(DESTDIR)/usr/share/doc/iserv
-mod-room-reservation $(DESTDIR)/usr/share/doc/iserv/mod/
room-reservation
\r
+ $(LN) -s $(DESTDIR)/usr/share/doc/iserv
/mod/room-reservation $(DESTDIR)/usr/share/doc/iserv-mod-
room-reservation
\r
\r
# images
\r
if [ ! -d $(DESTDIR)/usr/share/iserv/www/img/default/16/ ]; then $(MKDIR) $(DESTDIR)/usr/share/iserv/www/img/default/16/; fi
\r
\r
# images
\r
if [ ! -d $(DESTDIR)/usr/share/iserv/www/img/default/16/ ]; then $(MKDIR) $(DESTDIR)/usr/share/iserv/www/img/default/16/; fi
\r
@@
-127,4
+124,4
@@
clean: distclean
distclean:
\r
$(RM) doc/source
\r
\r
distclean:
\r
$(RM) doc/source
\r
\r
-.PHONY: clean
\r
+.PHONY: clean
distclean
\r
This page took
0.022088 seconds
and
4
git commands to generate.