@@ -185,8 +185,6 @@ HIPP= $(PERL) ./bin/hipp
185185HMKDEPEND = $(PERL ) ./bin/hmkdep
186186# make value anchor database
187187MKANCHDB = $(PERL ) ./bin/mkanchdb
188- # make property anchor database
189- MKPANCHDB = $(PERL ) ./bin/mkpanchdb
190188# add heading anchors
191189ADDHANCH = $(PERL ) ./bin/addhanch
192190# add index anchors and generate related index database
@@ -201,22 +199,12 @@ MKPROPIDX= $(PERL) ./bin/mkpropidx
201199MKTOC = $(PERL ) ./bin/mktoc
202200# HTML concate utility
203201HTMLCAT = $(PERL ) ./bin/htmlcat
204- # trim utility to get rid of navbar sections
205- HTMLTRIM = $(PERL ) ./bin/htmltrim
206- # make sub table of contents
207- MKSUBTOC =$(PERL ) ./bin/mksubtoc
208202# insert subtoc
209203INSAFTER = $(PERL ) ./bin/insafter
210204# add link
211205ADDLINKS = $(PERL ) ./bin/addlinks
212206# extract properties from db.
213207PEXTR = $(PERL ) ./bin/pextr
214- # extract issues from issues db.
215- ISSUES = bin/issues
216- # extract issues from errata-issues db.
217- ERRATA = bin/errata
218- # extract issues from todo db.
219- TODO = bin/todo
220208# check validity of sample style sheet
221209CHKSAMPLE = $(PERL ) ./bin/chksample
222210# make database of references (reference.src)
@@ -231,14 +219,10 @@ CHKSPACES= $(PERL) ./bin/chkspaces
231219CHKCSS = ./bin/chkcss
232220# check XML examples
233221CHKXML = ./bin/chkxml
234- # add reference normative/informative class info.
235- ADDREFCLASS = $(PERL ) ./bin/addrefclass
236222# Add prev/next/toc/stylesheet and other links to document
237223MKCHAIN = $(PERL ) ./bin/mkchain
238224# Expand [[cite]] to link to bibliography
239225ADDCITE = $(PERL ) ./bin/addcite
240- # Remove extensions (.gif, .png,...) from IMG links
241- RMIMGEXT = $(PERL ) ./bin/rmimgext
242226# Add special markup (e.g., keyword "Example")
243227ADDMARKUP = $(PERL ) ./bin/addmarkup
244228# Add longdesc descriptions to images
@@ -333,7 +317,6 @@ LN= ln
333317
334318all : build/blocks.ok $(SPECOBJS ) images/pngs.ok \
335319 $(IMAGES )
336- # $(IMAGES) issues.html errata-issues.html DOC/TODO.html
337320
338321build/warning :
339322 echo " <!-- warning -->" > $@
@@ -354,9 +337,6 @@ install: all css2.tgz css2.txt css2.zip css2.ps.gz css2.pdf $(INSTALLDIR)/.htacc
354337 @if [ ! -d $( INSTALLDIR) ]; then mkdir -p $(INSTALLDIR ) ; fi
355338 $(CP ) css2.txt css2.zip css2.ps.gz css2.pdf css2.tgz $(INSTALLDIR )
356339 zcat css2.tgz | (cd $( INSTALLDIR) ; $( TAR) xvf -)
357- # -$(RM) -f $(CSSGROUPDIR)/issues.html
358- # -$(RM) $(CSSGROUPDIR)/css2-issues.html
359- # $(LN) -s $(INSTALLDIR)/issues.html $(CSSGROUPDIR)/css2-issues.html
360340 -$(RM ) $(INSTALLDIR ) /Overview.html
361341 (cd $( INSTALLDIR) ; $( LN) -s cover.html Overview.html)
362342
@@ -391,15 +371,6 @@ images/pngs.ok: images/*.idraw images/*.fig
391371 -@for f in images/* .fig; do make images/` basename $$ f .fig` .png; done
392372 touch images/pngs.ok
393373
394- translations.html : translations.src
395- $(SED ) -e " s|_THE_LATEST_VERSION_|$( THE_LATEST_VERSION) |g" \
396- -e " s|_THE_UPDATE_DIR_|$( THE_UPDATE_DIR) |g" $< > $@
397-
398- errata.html : errata.src
399- $(SED ) -e " s|_THIS_VERSION_|$( THIS_VERSION) |g" \
400- -e " s|_THE_LATEST_VERSION_|$( THE_LATEST_VERSION) |g" \
401- -e " s|_THE_ID_|$( THE_ID) |g" \
402- -e " s|_THE_UPDATE_DIR_|$( THE_UPDATE_DIR) |g" $< > $@
403374
404375# ### Special section to build PS file and single plain text file
405376
@@ -535,31 +506,6 @@ propidx.srd:: build/propidx.srb #propidx.src
535506# @echo "=========== making" $@
536507# $(HIPP) $(INCLUDES) $< $@
537508
538- # Issues and todo lists.
539- # issues.html: issues.src build/issues.srb
540- # @echo "=========== making" $@
541- # $(HIPP) $(INCLUDES) $< $@
542-
543- # build/issues.srb: issues.db
544- # @echo "=========== making" $@
545- # $(ISSUES) -g >$@
546-
547- # Errata-Issues
548- # errata-issues.html: errata-issues.src build/errata-issues.srb
549- # @echo "=========== making" $@
550- # $(HIPP) $(INCLUDES) $< $@
551-
552- # build/errata-issues.srb: errata-issues.db
553- # @echo "=========== making" $@
554- # $(ERRATA) -g >$@
555-
556- # DOC/TODO.html: DOC/TODO.src build/todo.srb
557- # @echo "=========== making" $@
558- # $(HIPP) $(INCLUDES) $< $@
559-
560- # build/todo.srb: DOC/todo.db
561- # @echo "=========== making" $@
562- # $(TODO) -g >$@
563509
564510# ## check on the document to see if it's valid
565511
0 commit comments