summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorriton <riton@riton.home>2025-03-28 21:52:26 +0300
committerriton <riton@riton.home>2025-03-28 21:52:26 +0300
commit80152b609225285251a49d1532bf8746bfbab35d (patch)
tree50faec2cdc1dea1cb0aa84dffa48ab3970af2952
parent4b494af46035e80bb741881c1717c789638607c5 (diff)
kaynak dosyalar src dizinine taşındı
-rw-r--r--html-jen.asd3
-rw-r--r--src/ana.lisp (renamed from ana.lisp)0
-rw-r--r--src/okur.lisp (renamed from okur.lisp)0
-rw-r--r--src/paket.lisp (renamed from paket.lisp)0
-rw-r--r--src/tanım.lisp (renamed from tanım.lisp)0
-rw-r--r--src/üretim.lisp (renamed from üretim.lisp)0
6 files changed, 2 insertions, 1 deletions
diff --git a/html-jen.asd b/html-jen.asd
index 200e777..737c3a7 100644
--- a/html-jen.asd
+++ b/html-jen.asd
@@ -3,13 +3,14 @@
:license "GPLv3"
:depends-on (uiop)
:description "Markdown dosyalarından HTML jenerasyonu yapan yazılım."
+ :pathname "src/"
:components ((:file "paket")
(:file "tanım")
(:file "okur")
(:file "üretim")
(:file "ana"))
:build-operation "program-op"
- :build-pathname "html-üret"
+ :build-pathname "../html-üret"
:entry-point "html-jen::ana"
:in-order-to ((test-op (test-op "html-jen/testler"))))
diff --git a/ana.lisp b/src/ana.lisp
index 4b74169..4b74169 100644
--- a/ana.lisp
+++ b/src/ana.lisp
diff --git a/okur.lisp b/src/okur.lisp
index 108d648..108d648 100644
--- a/okur.lisp
+++ b/src/okur.lisp
diff --git a/paket.lisp b/src/paket.lisp
index f37b84b..f37b84b 100644
--- a/paket.lisp
+++ b/src/paket.lisp
diff --git a/tanım.lisp b/src/tanım.lisp
index 43af26c..43af26c 100644
--- a/tanım.lisp
+++ b/src/tanım.lisp
diff --git a/üretim.lisp b/src/üretim.lisp
index 3b3530d..3b3530d 100644
--- a/üretim.lisp
+++ b/src/üretim.lisp