Commit 4361f239 authored by Dave Cooper's avatar Dave Cooper
Browse files

added missing file to asd file.

parent 4bf7edf4
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -3,13 +3,14 @@
(asdf:defsystem #:clf-site :description
 "The Gendl® clf-site Subsystem" :author "Genworks International"
 :license "Affero Gnu Public License (http://www.gnu.org/licenses/)"
 :serial t :version "20191105" :depends-on
 :serial t :version "20191107" :depends-on
 (:gwl :cl-markdown :cl-html-parse)
 #-asdf-unicode :defsystem-depends-on #-asdf-unicode (:asdf-encodings :gendl-asdf)
 #+asdf-unicode :defsystem-depends-on #+asdf-unicode (:gendl-asdf)
 #+asdf-encodings :encoding #+asdf-encodings :utf-8
 :components
 ((:file "source/patches") (:file "source/package")
  (:gdl "source/base-page") (:gdl "source/board-page")
  (:gdl "source/contact-page") (:gdl "source/index-page")
  (:file "source/initialize") (:gdl "source/payment-policy-page")))
  (:gdl "source/activities-page") (:gdl "source/base-page")
  (:gdl "source/board-page") (:gdl "source/contact-page")
  (:gdl "source/index-page") (:file "source/initialize")
  (:gdl "source/payment-policy-page")))