Lines 9-14
Link Here
|
9 |
PL=@PL@ |
9 |
PL=@PL@ |
10 |
PLBASE=@PLBASE@ |
10 |
PLBASE=@PLBASE@ |
11 |
PLARCH=@PLARCH@ |
11 |
PLARCH=@PLARCH@ |
|
|
12 |
PKGDOC=$(PLBASE)/doc/packages |
12 |
PCEHOME=/staff/jan/src/xpce |
13 |
PCEHOME=/staff/jan/src/xpce |
13 |
DESTDIR= |
14 |
DESTDIR= |
14 |
|
15 |
|
Lines 57-66
Link Here
|
57 |
$(INSTALL) -m 644 $(LIBPL) $(DESTDIR)$(PLBASE)/library |
58 |
$(INSTALL) -m 644 $(LIBPL) $(DESTDIR)$(PLBASE)/library |
58 |
$(PL) -f none -g make -t halt |
59 |
$(PL) -f none -g make -t halt |
59 |
|
60 |
|
|
|
61 |
html-install:: |
62 |
mkdir -p $(DESTDIR)$(PKGDOC) |
63 |
$(INSTALL_DATA) $(DOC).html $(DESTDIR)$(PKGDOC) |
64 |
|
60 |
uninstall: |
65 |
uninstall: |
61 |
(cd $(PLBASE)/library && rm -f $(LIBPL)) |
66 |
(cd $(PLBASE)/library && rm -f $(LIBPL)) |
62 |
$(PL) -f none -g make -t halt |
67 |
$(PL) -f none -g make -t halt |
63 |
|
68 |
|
|
|
69 |
check:: |
70 |
|
64 |
################################################################ |
71 |
################################################################ |
65 |
# Documentation |
72 |
# Documentation |
66 |
################################################################ |
73 |
################################################################ |