]> granicus.if.org Git - sudo/commitdiff
No point in packaging the TODO file
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 4 May 2008 01:29:08 +0000 (01:29 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 4 May 2008 01:29:08 +0000 (01:29 +0000)
Makefile.in
sudo.psf

index 99cfeb75abaf282d3885e9784c51e1f8f4af397b..f1ae358cb0300a38a38cfbee51fab858cb50fbeb 100644 (file)
@@ -142,7 +142,7 @@ LIB_OBJS = @LIBOBJS@
 VERSION = 1.7.0
 
 DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \
-            LICENSE Makefile.in PORTING README README.LDAP TODO \
+            LICENSE Makefile.in PORTING README README.LDAP \
             TROUBLESHOOTING UPGRADE WHATSNEW aclocal.m4 acsite.m4 aixcrypt.exp \
             config.guess config.h.in config.sub configure configure.in \
             def_data.in indent.pro install-sh ltmain.sh mkdefaults \
@@ -153,7 +153,7 @@ DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \
            sudoers.ldap.pod sudoers2ldif visudo.cat visudo.man.in visudo.pod \
            auth/API
 
-BINFILES= ChangeLog HISTORY LICENSE README TODO TROUBLESHOOTING \
+BINFILES= ChangeLog HISTORY LICENSE README TROUBLESHOOTING \
          UPGRADE install-sh mkinstalldirs sample.syslog.conf sample.sudoers \
          sudo sudo.cat sudo.man sudo.pod sudoers sudoers.cat sudoers.man \
          sudoers.pod visudo visudo.cat visudo.man visudo.pod
@@ -493,7 +493,7 @@ depot:
        ( \
          tdir=tmp.depot ; \
          mkdir $$tdir ; \
-         for i in sudo visudo sudo.man visudo.man sudoers.man sudoers ChangeLog HISTORY LICENSE README TODO TROUBLESHOOTING UPGRADE sample.syslog.conf sample.sudoers; do \
+         for i in sudo visudo sudo.man visudo.man sudoers.man sudoers ChangeLog HISTORY LICENSE README TROUBLESHOOTING UPGRADE sample.syslog.conf sample.sudoers; do \
            if [ -f $$i ]; then \
              cp $$i $$tdir ; \
            elif [ -f $(srcdir)/$$i ]; then \
index 5688b4538356c63fd2e7b4628cfcbd51e7977531..59ddef2227ada68d928f94050f32ddff27a41522 100644 (file)
--- a/sudo.psf
+++ b/sudo.psf
@@ -74,7 +74,6 @@ product
                 file -m 444 -g bin -o root HISTORY /usr/local/doc/sudo/HISTORY
                 file -m 444 -g bin -o root LICENSE /usr/local/doc/sudo/LICENSE
                 file -m 444 -g bin -o root README /usr/local/doc/sudo/README
-                file -m 444 -g bin -o root TODO /usr/local/doc/sudo/TODO
                 file -m 444 -g bin -o root TROUBLESHOOTING /usr/local/doc/sudo/TROUBLESHOOTING
                 file -m 444 -g bin -o root UPGRADE /usr/local/doc/sudo/UPGRADE
                 file -m 444 -g bin -o root sample.syslog.conf /usr/local/doc/sudo/sample.syslog.conf