mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
Initial doc's commit
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
61
doc/Makefile
Normal file
61
doc/Makefile
Normal file
@@ -0,0 +1,61 @@
|
||||
COMMAND=linuxdoc --backend=
|
||||
|
||||
SOURCE_NAME=scst_pg
|
||||
|
||||
SOURCE=$(SOURCE_NAME).sgml
|
||||
|
||||
default: html txt pdf
|
||||
|
||||
all: html txt pdf tex dvi ps info lyx rtf
|
||||
|
||||
txt: $(SOURCE_NAME).txt
|
||||
|
||||
html: $(SOURCE_NAME).html
|
||||
|
||||
tex: $(SOURCE_NAME).tex
|
||||
|
||||
dvi: $(SOURCE_NAME).dvi
|
||||
|
||||
ps: $(SOURCE_NAME).ps
|
||||
|
||||
pdf: $(SOURCE_NAME).pdf
|
||||
|
||||
info: $(SOURCE_NAME).info
|
||||
|
||||
lyx: $(SOURCE_NAME).lyx
|
||||
|
||||
rtf: $(SOURCE_NAME).rtf
|
||||
|
||||
$(SOURCE_NAME).txt: $(SOURCE)
|
||||
$(COMMAND)txt $(SOURCE)
|
||||
|
||||
$(SOURCE_NAME).html: $(SOURCE)
|
||||
$(COMMAND)html --split=0 $(SOURCE)
|
||||
|
||||
$(SOURCE_NAME).tex: $(SOURCE)
|
||||
$(COMMAND)latex -o tex $(SOURCE)
|
||||
|
||||
$(SOURCE_NAME).dvi: $(SOURCE)
|
||||
$(COMMAND)latex -o dvi $(SOURCE)
|
||||
|
||||
$(SOURCE_NAME).ps: $(SOURCE)
|
||||
$(COMMAND)latex -o ps $(SOURCE)
|
||||
|
||||
$(SOURCE_NAME).pdf: $(SOURCE)
|
||||
$(COMMAND)latex -o pdf $(SOURCE)
|
||||
|
||||
$(SOURCE_NAME).info: $(SOURCE)
|
||||
$(COMMAND)info $(SOURCE)
|
||||
|
||||
$(SOURCE_NAME).lyx: $(SOURCE)
|
||||
$(COMMAND)lyx $(SOURCE)
|
||||
|
||||
$(SOURCE_NAME).rtf: $(SOURCE)
|
||||
$(COMMAND)rtf $(SOURCE)
|
||||
|
||||
clean:
|
||||
rm -f *.txt *.html *.tex *.dvi *.ps *.pdf *.info *.lyx *.rtf
|
||||
|
||||
extraclean: clean
|
||||
|
||||
.PHONY: all default html txt pdf tex dvi ps info lyx rtf clean extraclean
|
||||
BIN
doc/fig1.png
Normal file
BIN
doc/fig1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
BIN
doc/fig2.png
Normal file
BIN
doc/fig2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
doc/fig3.png
Normal file
BIN
doc/fig3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
doc/fig4.png
Normal file
BIN
doc/fig4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
2278
doc/scst_pg.sgml
Normal file
2278
doc/scst_pg.sgml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user