Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949da4b
)
Fix commands.tex rule and add cleaning rule.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 6 Jul 2007 22:18:05 +0000
(
00:18
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 6 Jul 2007 22:18:05 +0000
(
00:18
+0200)
doc/protocol/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/doc/protocol/Makefile.am
b/doc/protocol/Makefile.am
index
40f8599
..
3637059
100644
(file)
--- a/
doc/protocol/Makefile.am
+++ b/
doc/protocol/Makefile.am
@@
-10,10
+10,14
@@
protocol.1st: protocol.tex commands.tex
latex protocol
touch protocol.1st
-commands.tex: cmd
s
/*.tex
- rm -f commands.tex \
- for f in cmd
s
/*.tex; do \
+commands.tex: cmd/*.tex
+ rm -f commands.tex
;
\
+ for f in cmd/*.tex; do \
echo "\\begin{reqspec}{${f%.tex}}" >>commands.tex; \
- cat "$f" >>commands.tex; \
+ cat "$
$
f" >>commands.tex; \
echo "\\end{reqspec}" >>commands.tex; \
done
+
+clean-local:
+ rm -f protocol.aux protocol.log protocol.dvi commands.tex \
+ protocol.1st protocol.ps