Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile - clic - Clic is an command line interactive client for gopher writte…
git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/
Log
Files
Refs
Tags
LICENSE
---
tMakefile (687B)
---
1 .PHONY: clean html pdf include clean-include clean-crap info doc
2
3 doc: pdf html info clean-crap
4
5 clean-include:
6 rm -rf include
7
8 clean-crap:
9 rm -f *.aux *.cp *.fn *.fns *.ky *.log *.pg *.toc *.tp *.tps *.vr
10
11 clean: clean-include
12 rm -f *.pdf *.html *.info
13
14 include:
15 sbcl --no-userinit --eval '(require :asdf)' \
16 --eval '(let ((asdf:*central-registry* (list "../"))) (require :…
17 --load docstrings.lisp \
18 --eval '(sb-texinfo:generate-includes "include/" (list :alexandr…
19 --eval '(quit)'
20
21 pdf: include
22 texi2pdf alexandria.texinfo
23
24 html: include
25 makeinfo --html --no-split alexandria.texinfo
26
27 info: include
28 makeinfo alexandria.texinfo
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.