aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-03-02 18:38:28 +0000
committerFrederic Culot <calcurse@culot.org>2008-03-02 18:38:28 +0000
commitc08f045525c4ecf82b65dbe15e89d819ed8d5fef (patch)
tree9de23250b63fa945353c522317ca0f2f69bdfd5e /Makefile.am
parentdb9a664741a8c2c0081b985df9fe5caa8407d0a4 (diff)
downloadcalcurse-c08f045525c4ecf82b65dbe15e89d819ed8d5fef.tar.gz
calcurse-c08f045525c4ecf82b65dbe15e89d819ed8d5fef.zip
Forgot to include css style sheet...
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f30d030..1aea33f 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# $calcurse: Makefile.am,v 1.3 2007/07/28 15:04:52 culot Exp $
+# $calcurse: Makefile.am,v 1.4 2008/03/02 18:38:28 culot Exp $
AUTOMAKE_OPTIONS= gnu
@@ -11,7 +11,8 @@ man_MANS= src/calcurse.1
EXTRA_DIST = \
$(man_MANS) \
ABOUT-NLS \
- doc/manual_en.html \
+ doc/manual.css \
+ doc/manual_en.html \
doc/manual_fr.html \
doc/manual_de.html \
doc/manual_es.html \