mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0390f3adfd
commit
85d1e5f013
5
Makefile
5
Makefile
@ -269,6 +269,9 @@ version:
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# Main targets...
|
# Main targets...
|
||||||
|
|
||||||
|
.PHONY: dep
|
||||||
|
dep: DEPENDS.txt
|
||||||
|
|
||||||
.PHONY: pdf
|
.PHONY: pdf
|
||||||
pdf: $(MODULE).pdf
|
pdf: $(MODULE).pdf
|
||||||
|
|
||||||
@ -342,7 +345,7 @@ tag:
|
|||||||
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: pdf DEPENDS.txt
|
all: pdf dep
|
||||||
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|||||||
@ -389,6 +389,12 @@ $ make-spreads.sh -c <path> ..
|
|||||||
Extract the documentation from photobook.cls which is used to build the
|
Extract the documentation from photobook.cls which is used to build the
|
||||||
photobook.pdf reference manual.
|
photobook.pdf reference manual.
|
||||||
|
|
||||||
|
This makes it possible to maintain the documentation and code in a
|
||||||
|
single file retaining human readability.
|
||||||
|
|
||||||
|
The format is inspired by LaTeX's .dxt format but is far simpler.
|
||||||
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ cls2tex.sh --help
|
$ cls2tex.sh --help
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user