Skip to content

Commit

Permalink
Move stomp.scrbl into scribblings/ subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed Sep 10, 2015
1 parent e59f936 commit 509724f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stomp/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
(define homepage "https://github.com/tonyg/racket-stomp")
(define primary-file "main.rkt")
(define repositories '("4.x"))
(define scribblings '(("stomp.scrbl" ())))
(define scribblings '(("scribblings/stomp.scrbl" ())))
4 changes: 2 additions & 2 deletions stomp/stomp.scrbl → stomp/scribblings/stomp.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

@(require scribble/racket
(for-label racket
"functional-queue.rkt"
"main.rkt"))
"../functional-queue.rkt"
"../main.rkt"))

@title{STOMP}
@author[(author+email "Tony Garnock-Jones" "tonygarnockjones@gmail.com")]
Expand Down

0 comments on commit 509724f

Please sign in to comment.