mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:09:19 +02:00
+ Added onechap target
This commit is contained in:
parent
a634b57ab9
commit
8351be7a3d
@ -173,6 +173,7 @@ clean:
|
|||||||
-rm -f *.htex
|
-rm -f *.htex
|
||||||
-rm -rf $(HTML) onechap
|
-rm -rf $(HTML) onechap
|
||||||
-rm -f $(TOC) $(LOG) $(DVI) $(PDF) $(AUX) $(OUT) $(PS) *.i* $(LOT) $(TXT) $(CHK)
|
-rm -f $(TOC) $(LOG) $(DVI) $(PDF) $(AUX) $(OUT) $(PS) *.i* $(LOT) $(TXT) $(CHK)
|
||||||
|
-rm -f onechap.dvi onechap.pdf onechap.ps onechap.out onechap.log onechap.aux
|
||||||
|
|
||||||
# Units
|
# Units
|
||||||
-$(MAKE) -C crtex clean
|
-$(MAKE) -C crtex clean
|
||||||
@ -213,6 +214,7 @@ ifndef INSTALLDEBUG
|
|||||||
$(MAKE) -C ipcex tex
|
$(MAKE) -C ipcex tex
|
||||||
$(MAKE) -C linuxex tex
|
$(MAKE) -C linuxex tex
|
||||||
$(MAKE) -C mouseex tex
|
$(MAKE) -C mouseex tex
|
||||||
|
$(MAKE) -C mmouseex tex
|
||||||
$(MAKE) -C objectex tex
|
$(MAKE) -C objectex tex
|
||||||
$(MAKE) -C optex tex
|
$(MAKE) -C optex tex
|
||||||
$(MAKE) -C printex tex
|
$(MAKE) -C printex tex
|
||||||
@ -224,6 +226,7 @@ ifndef INSTALLDEBUG
|
|||||||
$(MAKE) -C gpmex tex
|
$(MAKE) -C gpmex tex
|
||||||
$(MAKE) -C kbdex tex
|
$(MAKE) -C kbdex tex
|
||||||
$(MAKE) -C typinfex tex
|
$(MAKE) -C typinfex tex
|
||||||
|
$(MAKE) -C videoex tex
|
||||||
endif
|
endif
|
||||||
touch unitex.chk
|
touch unitex.chk
|
||||||
|
|
||||||
@ -292,6 +295,11 @@ user.pdf: user.tex includes
|
|||||||
|
|
||||||
prog.pdf: prog.tex includes
|
prog.pdf: prog.tex includes
|
||||||
|
|
||||||
|
onechap.pdf: onechap.tex includes
|
||||||
|
|
||||||
|
onechap.dvi: onechap.tex includes
|
||||||
|
|
||||||
|
|
||||||
dvi : $(DVI)
|
dvi : $(DVI)
|
||||||
|
|
||||||
txt : dvi $(TXT)
|
txt : dvi $(TXT)
|
||||||
@ -535,7 +543,10 @@ linuxexamples: examples
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.10 2001-10-18 21:41:26 peter
|
# Revision 1.11 2001-11-05 20:10:05 michael
|
||||||
|
# + Added onechap target
|
||||||
|
#
|
||||||
|
# Revision 1.10 2001/10/18 21:41:26 peter
|
||||||
# * fixed latex2html settings
|
# * fixed latex2html settings
|
||||||
#
|
#
|
||||||
# Revision 1.9 2001/10/11 23:36:54 carl
|
# Revision 1.9 2001/10/11 23:36:54 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user