]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/commitdiff
Include the makefile in the tarball. v0.0.2
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Aug 2012 20:32:19 +0000 (16:32 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Aug 2012 20:32:19 +0000 (16:32 -0400)
Add a 'dist' makefile target.
Clean up some makefile junk.
Bump to v0.0.2 to cover up the makefile snafu.

lwn-epub.cabal
makefile

index c18f60f4827be2c3d28d1dd99d1d522566eb06a8..61b3270ef6fb0524aa915fb43838c7871790e1c7 100644 (file)
@@ -1,5 +1,5 @@
 name:           lwn-epub
-version:        0.0.1
+version:        0.0.2
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -15,7 +15,7 @@ description:
   A command-line utility that downloads an LWN article (or issue), cleans it
   up, and writes it to EPUB with a stylesheet that looks decent on the Kindle.
   It can use account credentials to log in and access the current edition.
-data-files: doc/README
+data-files: makefile doc/README
 
 executable lwn-epub
   build-depends:
index 9a1337225a32b22b7e4f2fe014495b56271c2c45..69ab48da868135449a441e044dbc5511ba0bf570 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-.PHONY : test publish_doc doc src_html hlint
+.PHONY : test dist
 
 # There's onlt one '$' in the awk script, but we have to double-money
 # it for make.
@@ -25,12 +25,9 @@ clean:
 install: $(BIN)
        runghc Setup.hs install
 
-# Neither 'haddock' nor 'hscolour' seem to work properly.
-doc: src_html
-       runghc Setup.hs hscolour --executables
-       runghc Setup.hs haddock --internal    \
-                               --executables \
-                               --hyperlink-source
+dist:
+       runghc Setup.hs configure
+       runghc Setup.hs sdist
 
 test: $(BIN) $(TESTSUITE_BIN)
        runghc Setup.hs test