From ed631e9af81f4d13eda09f343383c307c85aadaa Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 24 Nov 2007 22:09:43 +0100 Subject: [PATCH] doc/Makefile.am: update make style rules --- doc/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index f9e6d894..764a0503 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -27,12 +27,10 @@ doc-user: doc-examples: (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/examples.cfg) | doxygen - -%.sgml: - -%.1: %.sgml +.sgml.1: docbook-to-man $< > $*.1 -%.html: %.sgml +.sgml.html: docbook2html $< && mv index.html $*.html clean: -- 2.26.2