From e834a842836343a18aee81aa82ce0da4e65d9104 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Mon, 12 Sep 2011 22:57:09 +0200 Subject: Add the headers to the docs, they still need some doc comments. --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index f61d3cb..ed9dc8d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -95,6 +95,9 @@ docs: $(DOCS_DMAGICK) docs/%.html : dmagick/%.d $(DC) $(DCFLAGS) docs/dmagick.ddoc $< $(DDOCFLAGS) +docs/c/%.html : dmagick/c/%.d + $(DC) $(DCFLAGS) docs/dmagick.ddoc docs/dmagick.c.ddoc $< $(DDOCFLAGS) + ####################################################################### install: lib -- cgit v1.2.3