mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
+ Added onechap target
This commit is contained in:
parent
a634b57ab9
commit
8351be7a3d
@ -173,6 +173,7 @@ clean:
|
||||
-rm -f *.htex
|
||||
-rm -rf $(HTML) onechap
|
||||
-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
|
||||
-$(MAKE) -C crtex clean
|
||||
@ -213,6 +214,7 @@ ifndef INSTALLDEBUG
|
||||
$(MAKE) -C ipcex tex
|
||||
$(MAKE) -C linuxex tex
|
||||
$(MAKE) -C mouseex tex
|
||||
$(MAKE) -C mmouseex tex
|
||||
$(MAKE) -C objectex tex
|
||||
$(MAKE) -C optex tex
|
||||
$(MAKE) -C printex tex
|
||||
@ -224,6 +226,7 @@ ifndef INSTALLDEBUG
|
||||
$(MAKE) -C gpmex tex
|
||||
$(MAKE) -C kbdex tex
|
||||
$(MAKE) -C typinfex tex
|
||||
$(MAKE) -C videoex tex
|
||||
endif
|
||||
touch unitex.chk
|
||||
|
||||
@ -292,6 +295,11 @@ user.pdf: user.tex includes
|
||||
|
||||
prog.pdf: prog.tex includes
|
||||
|
||||
onechap.pdf: onechap.tex includes
|
||||
|
||||
onechap.dvi: onechap.tex includes
|
||||
|
||||
|
||||
dvi : $(DVI)
|
||||
|
||||
txt : dvi $(TXT)
|
||||
@ -535,7 +543,10 @@ linuxexamples: examples
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.9 2001/10/11 23:36:54 carl
|
||||
|
Loading…
Reference in New Issue
Block a user