X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2Fprotocol%2FMakefile.am;h=6c091f403f709ba045ff66671804279f6b25f05f;hb=e835214a58a65c93db305157af07d79952fa9e16;hp=40f8599e938b80b37b13855c658edbf6c4586dfe;hpb=f11a36750a26c7569e8732369dafb88d88a6463a;p=doldaconnect.git diff --git a/doc/protocol/Makefile.am b/doc/protocol/Makefile.am index 40f8599..6c091f4 100644 --- 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: cmds/*.tex - rm -f commands.tex \ - for f in cmds/*.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 protocol.out