o cleanup

This commit is contained in:
optixx
2009-09-23 15:58:13 +02:00
parent 1bbc73c363
commit 3f91df1af6
632 changed files with 0 additions and 266690 deletions

13
packages/efsl-0.3.6/docs/Makefile vendored Normal file
View File

@@ -0,0 +1,13 @@
all: manual.tex
latex manual.tex
latex manual.tex # Needs to be done a second time to make sure that the contents table is correct
dvips -o manual.ps manual.dvi
dvipdfm manual.dvi
clean:
rm -f manual.aux
rm -f manual.dvi
rm -f manual.log
rm -f manual.pdf
rm -f manual.ps
rm -f manual.toc