Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2017 10:15:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 222252] `make clean' does not cleanup *.ps files
Message-ID:  <bug-222252-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222252

            Bug ID: 222252
           Summary: `make clean' does not cleanup *.ps files
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc@FreeBSD.org
          Reporter: wosch@FreeBSD.org

Created attachment 186291
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186291&action=
=3Dedit
patch

After running `'make' and `make clean' I expect that no generated file is l=
eft.
But I get a lot of *.ps files.

Apparently, the clean target in doc/share/mk/doc.images.mk is incomplete. S=
ee
the attached patch.

$ make; make clean
$ git status
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        fr_FR.ISO8859-1/books/handbook/advanced-networking/net-routing.ps
        hu_HU.ISO8859-2/books/handbook/advanced-networking/net-routing.ps
        hu_HU.ISO8859-2/books/handbook/advanced-networking/static-routes.ps
        hu_HU.ISO8859-2/books/handbook/geom/striping.ps
        hu_HU.ISO8859-2/books/handbook/security/ipsec-crypt-pkt.ps
        hu_HU.ISO8859-2/books/handbook/security/ipsec-encap-pkt.ps
        hu_HU.ISO8859-2/books/handbook/security/ipsec-network.ps
        hu_HU.ISO8859-2/books/handbook/security/ipsec-out-pkt.ps
        hu_HU.ISO8859-2/books/handbook/vinum/vinum-concat.ps
        hu_HU.ISO8859-2/books/handbook/vinum/vinum-mirrored-vol.ps
        hu_HU.ISO8859-2/books/handbook/vinum/vinum-raid10-vol.ps
        hu_HU.ISO8859-2/books/handbook/vinum/vinum-raid5-org.ps
        hu_HU.ISO8859-2/books/handbook/vinum/vinum-simple-vol.ps
        hu_HU.ISO8859-2/books/handbook/vinum/vinum-striped-vol.ps
        hu_HU.ISO8859-2/books/handbook/vinum/vinum-striped.ps
        share/images/articles/building-products/freebsd-branches.ps
        share/images/articles/building-products/freebsd-organization.ps
        share/images/articles/releng/branches-head.ps
        share/images/articles/releng/branches-releng3.ps
        share/images/articles/releng/branches-releng4.ps
        share/images/articles/releng/branches-releng5.ps
        share/images/articles/releng/branches-releng6.ps
        share/images/articles/releng/branches-releng7.ps
        share/images/articles/releng/branches-releng8.ps
        share/images/articles/releng/branches-releng9.ps
        share/images/articles/vinum/vinum-concat.ps
        share/images/articles/vinum/vinum-mirrored-vol.ps
        share/images/articles/vinum/vinum-raid10-vol.ps
        share/images/articles/vinum/vinum-raid5-org.ps
        share/images/articles/vinum/vinum-simple-vol.ps
        share/images/articles/vinum/vinum-striped-vol.ps
        share/images/articles/vinum/vinum-striped.ps
        share/images/books/handbook/advanced-networking/net-routing.ps
        share/images/books/handbook/advanced-networking/static-routes.ps
        share/images/books/handbook/geom/striping.ps
        share/images/books/handbook/security/ipsec-crypt-pkt.ps
        share/images/books/handbook/security/ipsec-encap-pkt.ps
        share/images/books/handbook/security/ipsec-network.ps
        share/images/books/handbook/security/ipsec-out-pkt.ps
        share/images/books/handbook/vinum/vinum-concat.ps
        share/images/books/handbook/vinum/vinum-mirrored-vol.ps
        share/images/books/handbook/vinum/vinum-raid10-vol.ps
        share/images/books/handbook/vinum/vinum-raid5-org.ps
        share/images/books/handbook/vinum/vinum-simple-vol.ps
        share/images/books/handbook/vinum/vinum-striped-vol.ps
        share/images/books/handbook/vinum/vinum-striped.ps

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222252-9>