]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
Merge remote-tracking branch 'origin/viewvcs' into master
[public-inbox.git] / Makefile.PL
index 027c3e63fb742a09a5090ec569d9f35f6c997da6..e00c015893f8526b448cccfff2f8998c2849fccd 100644 (file)
@@ -23,10 +23,13 @@ WriteMakefile(
                'Email::MIME::ContentType' => 0,
                'Email::Simple' => 0,
                'Encode::MIME::Header' => 0,
+
+               # TODO: these should really be made optional...
                'Plack' => 0,
                'URI::Escape' => 0,
+
                # We have more test dependencies, but do not force
-               # users to install them
+               # users to install them.  See INSTALL
        },
 );
 
@@ -53,5 +56,8 @@ check-manifest :: MANIFEST
 check:: pure_all check-manifest
        \$(EATMYDATA) prove -lv -j\$(N)
 
+lib/PublicInbox/UserContent.pm :: contrib/css/216dark.css
+       @\$(PERL) -I lib \$@ \$<
+
 EOF
 }