mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 16:38:52 +01:00
now exports txt as well
This commit is contained in:
parent
e4430def4f
commit
5bc4692880
@ -1,7 +1,7 @@
|
||||
|
||||
TOP = index
|
||||
|
||||
all : $(TOP).ps
|
||||
all : $(TOP).ps $(TOP).txt
|
||||
|
||||
$(TOP).tex: $(TOP).lyx
|
||||
lyx --export latex $(TOP).lyx
|
||||
@ -12,6 +12,9 @@ $(TOP).dvi: $(TOP).tex
|
||||
$(TOP).ps: $(TOP).dvi
|
||||
dvips -o $@ $(TOP).dvi
|
||||
|
||||
$(TOP).txt: $(TOP).lyx
|
||||
lyx --export text $(TOP).lyx
|
||||
|
||||
clean:
|
||||
rm ./$(TOP).toc; rm ./$(TOP).aux; rm ./$(TOP).tex; rm ./$(TOP).log
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user