Remove broken targets readme.info, faq.info

(at least until we know what to do with them)
This commit is contained in:
David Starks-Browning 2000-05-31 15:19:47 +00:00
parent c9e2a0ff55
commit 2f32d93f81
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ VPATH = @srcdir@
SGMLDIRS = -d $(srcdir) -d $(utils_source) -d $(cygwin_source)
DOC=faq.txt faq.info readme.txt readme.info
# These *.info targets don't actually work, so remove them for now.
# Put them back when we figure out what to do with them. (davisb)
#DOC=faq.txt faq.info readme.txt readme.info
DOC=faq.txt readme.txt
HTMLDOC=faq.html readme.html
CC:=@CC@