[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Typo in documentation/Makefile



The symptom is that stuff in the `documentation' directory fails to
build, with an error from make that says `missing endif'.

    12:50:58 [documentation]$ cvs diff Makefile
    Index: Makefile
    ===================================================================
    RCS file: /cvs/debian-boot/boot-floppies/documentation/Makefile,v
    retrieving revision 1.78
    diff -w -u -p -r1.78 Makefile
    --- Makefile	2000/05/06 00:26:56	1.78
    +++ Makefile	2000/05/07 19:51:01
    @@ -60,7 +60,8 @@ endif

     # we build the release notes too
     ifdef OFFICIALWEBBUILD
    -TARGETDOS	+= release-notes$(DESTEXT).txt release-notes$(SRCEXT).html/index.html
    +TARGETDOCS	+= release-notes$(DESTEXT).txt release-notes$(SRCEXT).html/index.html
    +endif

     # just an unreasonable default
     DESTDIR		:= /tmp

-- 
PGP Fingerprint: 3E7B A3F3 96CA 8958 ACC5  C8BD 6337 0041 C01C 5276


Reply to: