about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-20 09:29:08 +0000
committerEric Wong <e@80x24.org>2019-01-20 09:29:08 +0000
commitc2d12f79e78eb4ea909cac6106880c0f41e8c5fd (patch)
tree57a48e120f597c520bfee2ef6be319f389607236 /Makefile.PL
parentf026dbdd392c9dd5fddbdad9a2240738d4956640 (diff)
downloadpublic-inbox-c2d12f79e78eb4ea909cac6106880c0f41e8c5fd.tar.gz
Since we now support more CSS classes for coloring,
give this feature more visibility.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c134ff92..e00c0158 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -56,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
 }