Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=ec52000c21be2a7a18aaa6d129bf19338e00470c
commit ec52000c21be2a7a18aaa6d129bf19338e00470c Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Thu Nov 22 14:33:45 2007 +0100 doc: use prepare target from makefile.conf.inc diff --git a/doc/Makefile b/doc/Makefile index ec4e3e9..627e5be 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -18,6 +18,9 @@ -include ../Makefile.inc -include ../config.mak +-include ../Makefile.conf.inc + +SUBDIRS = po DOCS = $(wildcard *.txt) MANS = $(subst .txt,.1,$(DOCS)) @@ -55,8 +58,6 @@ endif clean: rm -f *.1 -prepare: - %.html: %.txt asciidoc $^ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
