Skip to content

Commit

Permalink
fix the docs target in the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Dec 17, 2023
1 parent 237c027 commit b693f65
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 b693f65

Please sign in to comment.