Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=4c900a202cb60f5af91628ddeb029c339e421097
commit 4c900a202cb60f5af91628ddeb029c339e421097 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Nov 5 13:17:46 2007 +0100 doc: user doc is generated by asciidoc, not doxygen diff --git a/doc/Makefile b/doc/Makefile index a0b07c6..9617cfb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -23,7 +23,7 @@ XML_PATH = /usr/share/sgml/docbook/dtd/xml-dtd-4.2 DOCS = $(wildcard *.txt) MANS = $(subst .txt,.1,$(DOCS)) -ifneq ($(doxygen),) +ifneq ($(asciidoc),) compile: $(MANS) else compile: _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
