split documenation into different directories
This commit is contained in:
parent
d287e7048b
commit
9dec17611f
10 changed files with 5419 additions and 4492 deletions
|
@ -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
22
doc/asciidoc/de/Makefile
Normal 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
1943
doc/asciidoc/de/fluxbox.1
Normal file
File diff suppressed because it is too large
Load diff
0
doc/asciidoc/fluxbox.de.txt → doc/asciidoc/de/fluxbox.txt
Executable file → Normal file
0
doc/asciidoc/fluxbox.de.txt → doc/asciidoc/de/fluxbox.txt
Executable file → Normal file
22
doc/asciidoc/es/Makefile
Normal file
22
doc/asciidoc/es/Makefile
Normal 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
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
Loading…
Reference in a new issue