Skip to content
Snippets Groups Projects
Commit e541bb94 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-01-07 16:47:15 by simonmar]

Add $(SGML_DOC).tex to $(CLEAN_FILES).
parent 107e3692
No related merge requests found
......@@ -872,6 +872,7 @@ SGML_SRCS = $(wildcard *.sgml)
endif
endif
SGML_TEX = $(SGML_DOC).tex
SGML_DVI = $(SGML_DOC).dvi
SGML_PS = $(SGML_DOC).ps
SGML_PDF = $(SGML_DOC).pdf
......@@ -889,7 +890,7 @@ rtf :: $(SGML_RTF)
html :: $(SGML_HTML)
txt :: $(SGML_TEXT)
CLEAN_FILES += $(SGML_TEXT) $(SGML_PS) $(SGML_DVI) $(SGML_PDF) $(SGML_RTF) $(SGML_HTML) $(SGML_DOC)-*.html
CLEAN_FILES += $(SGML_TEXT) $(SGML_TEX) $(SGML_PS) $(SGML_DVI) $(SGML_PDF) $(SGML_RTF) $(SGML_HTML) $(SGML_DOC)-*.html
# can't use $(SGML_SRCS) here, it was maybe used elsewhere
MOSTLY_CLEAN_FILES += $(patsubst %.vsgml, %.sgml, $(VSGML_SRCS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment