[Frugalware-darcs] frugalware-current: docs: cleaned up / merged some old makefiles

VMiklos vmiklos at frugalware.org
Sun Feb 18 23:09:00 CET 2007


Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070218214723-e2957-fd6b640797c44785e936e0f6275741142d1ef3f0.gz;

[docs: cleaned up / merged some old makefiles
VMiklos <vmiklos at frugalware.org>**20070218214723] {
hunk ./docs/Makefile 4
+# Copyright (C) 2007 Andras Voroskoi <voroskoi at frugalware.org>
hunk ./docs/asciidoc/Makefile 1
-LANGS = en_US
-
-all:
-	@for i in $(LANGS); do $(MAKE) -C $$i install clean || break; done
rmfile ./docs/asciidoc/Makefile
hunk ./docs/asciidoc/en_US/Makefile 1
-LANG = en_US
--include ../makefile.inc
rmfile ./docs/asciidoc/en_US/Makefile
merger 0.0 (
hunk ./docs/asciidoc/en_US/frugalware.txt 9
-include::frugalware-firststeps.txt[tabsize=2]
-include::frugalware-installconfig.txt[tabsize=2]
-include::frugalware-apps.txt[tabsize=2]
-include::frugalware-devel.txt[tabsize=2]
+include::frugalware-installconfig.txt[]
+include::frugalware-apps.txt[]
+include::frugalware-devel.txt[]
hunk ./docs/asciidoc/en_US/frugalware.txt 1
-= Frugalware Linux Documentation
-
-= Documentation for Frugalware Linux 0.6
-This is the officially relelased manual and documentation, written
-and maintained by the Frugalware developer team.
-Copyright (C) 2003-2007 The Frugalware Developer Team.
-This document is distributed under the GNU Free Documentation License (GFDL).
-
-include::frugalware-firststeps.txt[tabsize=2]
-include::frugalware-installconfig.txt[tabsize=2]
-include::frugalware-apps.txt[tabsize=2]
-include::frugalware-devel.txt[tabsize=2]
)
merger 0.0 (
merger 0.0 (
hunk ./docs/asciidoc/en_US/frugalware.txt 1
-= Frugalware Linux Documentation
-
-= Documentation for Frugalware Linux 0.6
-This is the officially relelased manual and documentation, written
-and maintained by the Frugalware developer team.
-Copyright (C) 2003-2007 The Frugalware Developer Team.
-This document is distributed under the GNU Free Documentation License (GFDL).
-
-include::frugalware-firststeps.txt[tabsize=2]
-include::frugalware-installconfig.txt[tabsize=2]
-include::frugalware-apps.txt[tabsize=2]
-include::frugalware-devel.txt[tabsize=2]
hunk ./docs/asciidoc/en_US/frugalware.txt 9
-include::frugalware-firststeps.txt[tabsize=2]
-include::frugalware-installconfig.txt[tabsize=2]
-include::frugalware-apps.txt[tabsize=2]
-include::frugalware-devel.txt[tabsize=2]
+include::frugalware-installconfig.txt[]
+include::frugalware-apps.txt[]
+include::frugalware-devel.txt[]
)
rmfile ./docs/asciidoc/en_US/frugalware.txt
)
hunk ./docs/asciidoc/makefile.inc 1
-# Makefile for Frugalware documentation
-#
-# Copyright (C) 2005-2006 Miklos Vajna <vmiklos at frugalware.org>
-# Copyright (C) 2007 Andras Voroskoi <voroskoi at frugalware.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-all: xhtml
-
-frugalware-apps.txt:
-	( echo "== Applications"; \
-	echo "The following sections describe the configuration of some applications."; \
-	echo ""; \
-	for i in `find ../../../ -maxdepth 5 -name README.Frugalware`; \
-	do \
-		pkgname=`echo $$i |sed 's|.*/\(.*\)/README.Frugalware|\1|'`; \
-		echo "=== $$pkgname"; \
-		cat $$i; \
-		echo ""; \
-	done ) >frugalware-apps.txt
-
-xhtml: frugalware-apps.txt
-	asciidoc -a toc -a numbered -d book frugalware.txt
-
-install: all
-	cp frugalware.html ../../xhtml/$(LANG)/
-
-clean:
-	rm -f frugalware-apps.txt
-	rm -f frugalware.html
-
-# vim: ft=make
rmfile ./docs/asciidoc/makefile.inc
}


More information about the Frugalware-darcs mailing list