blob: e2532cdd008b2c631f4339a7d8b22cf09ab8b2dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(defsystem html-jen
:author "Emre Akan"
:license "GPLv3"
:depends-on (uiop)
:description "Markdown dosyalarından HTML jenerasyonu yapan yazılım."
:components ((:file "paket")
(:file "tanım")
(:file "okur")
(:file "üretim")
(:file "ana"))
:build-operation "program-op"
:build-pathname "html-üret"
:entry-point "html-jen::ana")
|