repo.or.cz
/
xuriella.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "for each hash-key in ... using" ordering
[xuriella.git]
/
doc
/
GNUmakefile
blob
3c7e3f52e23637f7601ad61b2c06f4c9f9af0f72
1
USER
=
dlichteblau
2
3
all
:
index.html installation.html example.html
4
5
%
.html
: %
.xml index.xsl
6
xsltproc index.xsl
$< >$
@.tmp
7
rm
-
f
$
@
8
mv
$
@.tmp
$
@
9
chmod
-
w
$
@
10
11
.PHONY
:
push
12
push
:
all
13
scp index.html index.css
$(
USER
)
@common-lisp.net
:/
project
/
xuriella
/
public_html
/
xuriella
/