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 (994B)
---
1 # -*- Mode: Makefile; tab-width: 4; indent-tabs-mode: t -*-
2
3 MANUAL := "babel"
4 SYSTEM := "babel"
5 PACKAGES := babel babel-encodings
6 TITLE := "Babel Manual"
7 CSS := "default"
8
9 export LISP ?= sbcl
10 export SBCL_OPTIONS ?= --noinform
11
12 .PHONY: all clean html pdf upload
13
14 all:
15 texinfo-docstrings all $(SYSTEM) $(MANUAL) $(TITLE) $(CSS) $(PAC…
16
17 pdf:
18 texinfo-docstrings pdf $(SYSTEM) $(MANUAL) $(TITLE) $(CSS) $(PAC…
19
20 html:
21 texinfo-docstrings html $(SYSTEM) $(MANUAL) $(TITLE) $(CSS) $(PA…
22
23 upload:
24 # rsync -av --delete -e ssh manual common-lisp.net:/project/FOO/p…
25 # scp -r manual common-lisp.net:/project/cffi/public_html/
26
27 clean:
28 find . \( -name "*.pdf" -o -name "*.html" -o -name "*.info" -o -…
29 rm -rf include manual
30
31 # vim: ft=make ts=4 noet
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.