split documenation into different directories

This commit is contained in:
Mathias Gumz 2008-08-20 23:03:25 +02:00
parent d287e7048b
commit 9dec17611f
10 changed files with 5419 additions and 4492 deletions

View file

@ -2,8 +2,7 @@
# create manpages from the asciidoc files
#
SRC1 = fluxbox.txt fluxbox.de.txt fluxbox.es.txt \
fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt
SRC1 = fluxbox.txt fluxstyle.txt fluxbox-keys.txt fluxbox-remote.txt
SRC5 = fluxbox-keys.txt
MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5)

22
doc/asciidoc/de/Makefile Normal file
View file

@ -0,0 +1,22 @@
#
# create manpages from the asciidoc files
#
SRC1 = fluxbox.txt
SRC5 =
MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5)
all : $(MAN)
clean:
rm -fv $(MAN)
%.xml : %.txt
asciidoc -b docbook -d manpage -o $@ $<
%.1 : %.xml
xmlto man $<
%.5 : %.xml
xmlto man $<

1943
doc/asciidoc/de/fluxbox.1 Normal file

File diff suppressed because it is too large Load diff

View file

22
doc/asciidoc/es/Makefile Normal file
View file

@ -0,0 +1,22 @@
#
# create manpages from the asciidoc files
#
SRC1 = fluxbox.txt
SRC5 =
MAN = $(SRC1:.txt=.1) $(SRC5:.txt=.5)
all : $(MAN)
clean:
rm -fv $(MAN)
%.xml : %.txt
asciidoc -b docbook -d manpage -o $@ $<
%.1 : %.xml
xmlto man $<
%.5 : %.xml
xmlto man $<

2047
doc/asciidoc/es/fluxbox.1 Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff