aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-01-25 15:17:34 -0600
committerfoswret <foswret@posteo.com>2026-01-25 15:17:34 -0600
commit66d222cc4db69d8fd5352b0cd9f867e2e869db3f (patch)
tree82f6dae285c47edf853812384a50b0c6457053b8
parent2b87a7aa16c4de35828af4c996cf7c3ab1b2ad59 (diff)
changed README.md
-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"