aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/calp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7b801b3..1773bed 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Calp
-calp attempts to generate dry and attractive calendars that can be printed. It is designed to be extensible and customizable for a wide range of calendar designs.
+calp is a barebones calendar generator. It simply generates a 12-page .pdf of the year of your choice.
# Dependencies
- `cairo`
diff --git a/src/calp.c b/src/calp.c
index 6fbf9dc..fb4ee65 100644
--- a/src/calp.c
+++ b/src/calp.c
@@ -11,7 +11,7 @@
#include <cairo/cairo-pdf.h>
#include <cairo/cairo.h>
-#include <pango/pangocairo.h>
+//#include <pango/pangocairo.h>
/* calp Libraries */
#include "color.h"