Skip to content

Commit

Permalink
Merge pull request #461 from Haskell-Things/make_docs
Browse files Browse the repository at this point in the history
fix the docs target in the Makefile.
  • Loading branch information
sorki committed Dec 17, 2023
2 parents 0fd2de4 + b693f65 commit 7aee1fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ nukeclean: distclean
rm -rf ~/.cabal/ ~/.ghc/

# Generate documentation.
docs: $(DOCGEN) Setup
./Setup haddock
$(DOCGEN) > docs/escad.md
docs: $(DOCGENBIN) Setup
cabal haddock --enable-documentationk
$(DOCGENBIN) > docs/escad.md

# Upload to hackage?
dist: $(TARGETS) Setup
Expand Down

0 comments on commit 7aee1fc

Please sign in to comment.